Added basic router

This commit is contained in:
2023-06-14 09:19:12 +02:00
parent 83f66c64a1
commit 70350b8d88
8 changed files with 84 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ const result = ref('');
const activeXmlTool = ref('');
async function submit() {
const engineEndpoint = engine.value == "libxml" ? "libxml" : "java"
const engineEndpoint = engine.value == "libxml" ? "libxml" : "java";
const url = document.location.protocol + "//" + document.location.hostname + "/" + engineEndpoint + "/" + activeXmlTool.value;
var version = "1.0";