Skip to content

Commit

Permalink
change cors header
Browse files Browse the repository at this point in the history
  • Loading branch information
marvellous10 committed May 11, 2024
1 parent a526637 commit eb930a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
]

CORS_ALLOWED_ORIGINS = [
'https://rectify-ebon.vercel.app',
'https://rectify-ebon.vercel.app/'
'https://rectify-frontend.vercel.app',
'https://rectify-frontend.vercel.app/'
]


Expand Down

0 comments on commit eb930a8

Please sign in to comment.