mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2024-11-16 22:09:27 +08:00
update csrf trusted origins
This commit is contained in:
parent
0bfeb97c59
commit
0125d8054e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ DEBUG = False
|
|||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
"https://equipment-tracker-backend.keannu1.duckdns.org"]
|
||||
"https://csm-frontend.keannu1.duckdns.org"]
|
||||
|
||||
# Email credentials
|
||||
EMAIL_HOST = ''
|
||||
|
|
Loading…
Reference in a new issue