version 0.0.10: updated CORS config

This commit is contained in:
Anatoly 2019-08-14 18:48:59 +03:00
parent 379ae2831a
commit 033674c5b2

View File

@ -321,7 +321,7 @@ RESETTING_TOKEN_EXPIRATION = 24 # hours
# CORS Config
CORS_ORIGIN_ALLOW_ALL = True
CORS_ALLOW_CREDENTIALS = False
CORS_ALLOW_CREDENTIALS = True
# JWT