From 17f7f3287d9ec64034a36d248fddcd45d1f941b4 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Fri, 24 Apr 2026 13:08:04 +0200 Subject: [PATCH] add localhost port 83 for api call --- mih_api_hub/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mih_api_hub/main.py b/mih_api_hub/main.py index 802dd21b..1d414250 100644 --- a/mih_api_hub/main.py +++ b/mih_api_hub/main.py @@ -42,6 +42,7 @@ st_api_key = os.getenv("SUPERTOKENS_API_KEY") origins = [ "http://localhost", "http://localhost:80", + "http://localhost:83", "http://localhost:1995", "http://localhost:8080", "http://MIH-API-Hub:80",