Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DOodle25 committed Oct 30, 2024
1 parent 5b7155d commit acb6bd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DIDBackend/DIDBackend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
'127.0.0.1', # Optionally, include 127.0.0.1
]

CSRF_TRUSTED_ORIGINS = ['https://district-integrated-dashboard-backend-cudqcnbehzgye3c9.centralindia-01.azurewebsites.net']
CSRF_TRUSTED_ORIGINS = [
'https://district-integrated-dashboard-backend-cudqcnbehzgye3c9.centralindia-01.azurewebsites.net',
'https://didbackend.onrender.com'
]

INSTALLED_APPS = [
'django.contrib.admin',
Expand Down

0 comments on commit acb6bd7

Please sign in to comment.