Skip to content

Commit

Permalink
CORS for flipper lab
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Jul 15, 2024
1 parent 93aae63 commit 49663cc
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 @@ -46,6 +46,7 @@ def startup_event() -> None:
CORSMiddleware,
allow_origins=[
"https://momentum-fw.dev",
"https://lab.flipper.net",
"http://localhost:8000",
"http://localhost:8080",
],
Expand Down

0 comments on commit 49663cc

Please sign in to comment.