Skip to content

Commit

Permalink
added allowed origins
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishankoradia committed Nov 3, 2024
1 parent a7a961d commit b7b3aba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ddpui/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
"127.0.0.1",
"staging-api.dalgo.in",
"api.dalgo.in",
"staging.dalgo.in",
"dashboard.dalgo.in",
]
CORS_ALLOW_ALL_ORIGINS = True
CORS_ALLOW_METHODS = [
Expand Down

0 comments on commit b7b3aba

Please sign in to comment.