Skip to content

Commit

Permalink
chore: modified allow origin
Browse files Browse the repository at this point in the history
  • Loading branch information
yaongmeow committed Jun 10, 2024
1 parent 1ec6d01 commit b863a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BE/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import os

origins = [
"*",
"http://localhost:3000",
]

BASE_DIR = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit b863a97

Please sign in to comment.