Skip to content

Commit

Permalink
Fix CORS pt4
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Aug 27, 2024
1 parent c7291a9 commit c4287bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ async def check_token(request: Request, call_next):
CORSMiddleware,
allow_origins=[
"https://momentum-fw.dev",
"https://www.momentum-fw.dev",
"https://lab.flipper.net",
"http://localhost:8000",
"http://localhost:8080",
Expand Down

0 comments on commit c4287bc

Please sign in to comment.