Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Samar1110 authored Mar 6, 2024
1 parent ea7b8c3 commit 55cd72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth3/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
CORS_ALLOWED_ORIGINS = (
"http://localhost:3000",
"https://ees2024.pythonanywhere.com",
"64.227.189.197"
"https://64.227.189.197"
)

CORS_ALLOW_CREDENTIALS = True
Expand Down

0 comments on commit 55cd72f

Please sign in to comment.