From 4d8a6333512b4a4d25987b348c34126cb0f65280 Mon Sep 17 00:00:00 2001 From: Henk Date: Tue, 26 Jul 2022 00:41:51 +0200 Subject: [PATCH] Aetherroom instead of aidg.club --- aiserver.py | 2 +- templates/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aiserver.py b/aiserver.py index ff0ea1a0..f61c5c29 100644 --- a/aiserver.py +++ b/aiserver.py @@ -5352,7 +5352,7 @@ def importgame(): def importAidgRequest(id): exitModes() - urlformat = "https://prompts.aidg.club/api/" + urlformat = "https://aetherroom.club/api/" req = requests.get(urlformat+id) if(req.status_code == 200): diff --git a/templates/index.html b/templates/index.html index 36264e7a..80481543 100644 --- a/templates/index.html +++ b/templates/index.html @@ -62,7 +62,7 @@