From 96400cf9c12ad08ef552681922a0cdeca6b40c44 Mon Sep 17 00:00:00 2001 From: Louai Haddad Date: Fri, 1 Dec 2023 10:24:57 +0000 Subject: [PATCH] Update URL --- iddrs_api/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iddrs_api/settings.py b/iddrs_api/settings.py index e17b1b4..3f74182 100644 --- a/iddrs_api/settings.py +++ b/iddrs_api/settings.py @@ -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! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['dev-iddrs.bicc.de'] # In this particular case, it is allowing cross-origin requests from # the specified origin http://localhost:3000, which is the default origin