Skip to content

Commit

Permalink
chore: edit cross origin
Browse files Browse the repository at this point in the history
  • Loading branch information
yaongmeow committed Jun 23, 2024
1 parent 0e8ebc1 commit aefdca4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BE/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

origins = [
"http://localhost:3000",
"swe-nz2sl01c3-fine-pines-projects.vercel.app"
"https://swe-nz2sl01c3-fine-pines-projects.vercel.app",
"http://swe-nz2sl01c3-fine-pines-projects.vercel.app"
]

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

0 comments on commit aefdca4

Please sign in to comment.