add localhost port 83 for api call

This commit is contained in:
2026-04-24 13:08:04 +02:00
parent c2353fef20
commit 17f7f3287d

View File

@@ -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",