Arbitrary schema URL

This commit is contained in:
Joseph Abbey
2025-10-22 09:08:24 +01:00
parent 2ebf36a445
commit b563ab7923

View File

@@ -143,6 +143,9 @@ async function get_services() {
async function get_schema() {
const searchParams = new URL(window.location).searchParams;
const url = searchParams.get('schema');
if (url) return (await fetch(url)).json();
const branch = searchParams.get('branch');
if (branch)
return (