This commit is contained in:
Sean Morley
2024-07-10 08:22:18 -04:00
parent fb75745aab
commit 17b274d598
3 changed files with 8 additions and 4 deletions

View File

@@ -208,8 +208,9 @@ CORS_ORIGIN_ALLOW_ALL = True
CSRF_TRUSTED_ORIGINS = [
'https://api.adventurelog.app',
'https://adventurelog.app',
# 'https://api.adventurelog.app',
# 'https://adventurelog.app',
]
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'