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 aefdca4 commit 1a08592
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 @@ -15,7 +15,8 @@
origins = [
"http://localhost:3000",
"https://swe-nz2sl01c3-fine-pines-projects.vercel.app",
"http://swe-nz2sl01c3-fine-pines-projects.vercel.app"
"http://swe-nz2sl01c3-fine-pines-projects.vercel.app",
"http://swe-env.ap-northeast-2.elasticbeanstalk.com"
]

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

0 comments on commit 1a08592

Please sign in to comment.