Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
franfreezy authored Dec 5, 2024
1 parent db0d500 commit e2e82a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AgritechSat/AgritechSat/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
DEBUG = os.environ.get('DEBUG')
ALLOWED_HOSTS = ['*']
CSRF_TRUSTED_ORIGINS = [
'https://lively-mud-042177e03.4.azurestaticapps.net/'
'https://agroxsatsite.onrender.com/'
]
INSTALLED_APPS = [
'django.contrib.admin',
Expand Down Expand Up @@ -132,7 +132,7 @@
CORS_ALLOW_ALL_ORIGINS = True

CORS_ALLOWED_ORIGINS = [
'https://lively-mud-042177e03.4.azurestaticapps.net',
'https://agroxsatsite.onrender.com/',
'http://localhost:5173',
'http://localhost:4280'

Expand Down

0 comments on commit e2e82a0

Please sign in to comment.