chore: Update CSRF_TRUSTED_ORIGINS in settings.py

This commit is contained in:
Sean Morley
2024-07-10 08:27:11 -04:00
parent 17b274d598
commit e646ad6f81

View File

@@ -208,8 +208,8 @@ CORS_ORIGIN_ALLOW_ALL = True
CSRF_TRUSTED_ORIGINS = [
# 'https://api.adventurelog.app',
# 'https://adventurelog.app',
'https://api.adventurelog.app',
'https://adventurelog.app',
]