From f3c3a46085c0e5d1559114c58fb8504176d3b5f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Akg=C3=BCl?= <46718026+mustafaakgul@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:03:37 +0300 Subject: [PATCH] Upd local settings --- core/settings/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/settings/local.py b/core/settings/local.py index a58769f..31647a2 100644 --- a/core/settings/local.py +++ b/core/settings/local.py @@ -15,7 +15,7 @@ } -ALLOWED_HOSTS = ["127.0.0.1", "localhost", "nodeme-backend-env.eba-6zp3pfnk.eu-central-1.elasticbeanstalk.com", '*'] +ALLOWED_HOSTS = ['*'] SIMPLE_JWT = {