diff --git a/db.sqbpro b/db.sqbpro new file mode 100644 index 0000000..7d88fef --- /dev/null +++ b/db.sqbpro @@ -0,0 +1 @@ + diff --git a/theocbase_templates/COMBO_MO_PC.htm b/theocbase_templates/COMBO_MO_PC.htm index 80abfbb..d0dc00e 100644 --- a/theocbase_templates/COMBO_MO_PC.htm +++ b/theocbase_templates/COMBO_MO_PC.htm @@ -663,8 +663,8 @@ } const req = new XMLHttpRequest(); - // req.open("GET", "http://mo.samuelzielke.de/api/", false); - req.open("GET", "http://localhost:8000/api/", false); + req.open("GET", "http://mo.samuelzielke.de/api/", false); + // req.open("GET", "http://localhost:8000/api/", false); req.send() myDATA = JSON.parse(req.response);