add localhost port 83 for api call
This commit is contained in:
parent
c2353fef20
commit
17f7f3287d
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue