Skip to content

Commit

Permalink
Add 8000 localhost server
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Mar 10, 2024
1 parent b46c593 commit 4db439f
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",
"http://localhost:8000",
"http://localhost:8080",
],
allow_credentials=True,
Expand Down

0 comments on commit 4db439f

Please sign in to comment.