From 858ac18edd3cde65047d98d606f8bafad8c27a19 Mon Sep 17 00:00:00 2001 From: Samuel Zielke Date: Mon, 15 Apr 2024 18:20:47 +0200 Subject: [PATCH] Edit local to online domain --- db.sqbpro | 1 + theocbase_templates/COMBO_MO_PC.htm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 db.sqbpro 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);