Update URL

This commit is contained in:
Louai Haddad 2023-12-01 10:24:57 +00:00
parent ba18c1673c
commit 96400cf9c1

View File

@ -28,7 +28,7 @@ SECRET_KEY = 'django-insecure-t7_=(ogb*qe%wll00g&*tr#7542!qe*jxwg#2t*bw0!4pm&vi=
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = ['dev-iddrs.bicc.de']
# In this particular case, it is allowing cross-origin requests from # In this particular case, it is allowing cross-origin requests from
# the specified origin http://localhost:3000, which is the default origin # the specified origin http://localhost:3000, which is the default origin