Skip to content

Commit

Permalink
Fix CORS issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedkadous committed Nov 20, 2023
1 parent 6dad44a commit 208b731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"http://beta.ansari.chat",
"https://ansari.chat",
"http://ansari.chat",
"https://client2.endeavorpal.com/",
"http://client2.endeavorpal.com/",
"https://client2.endeavorpal.com",
"http://client2.endeavorpal.com",
]

app.add_middleware(
Expand Down

0 comments on commit 208b731

Please sign in to comment.