From 1261e6b119714ae7e9dcc90860e28ec45daf7628 Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Fri, 12 Apr 2024 14:53:49 +0200 Subject: [PATCH] BugFix: Template Url --- theocbase_templates/COMBO_MO_PC.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theocbase_templates/COMBO_MO_PC.htm b/theocbase_templates/COMBO_MO_PC.htm index 32b73d3..5208a51 100644 --- a/theocbase_templates/COMBO_MO_PC.htm +++ b/theocbase_templates/COMBO_MO_PC.htm @@ -664,7 +664,7 @@ } const req = new XMLHttpRequest(); - req.open("GET", "http://localhost:8000/api/", false); + req.open("GET", "http://mo.samuelzielke.de/api/", false); req.send(); myDATA = JSON.parse(req.response);