From b94df630bc7876aeea66f4a0c4e6634848555017 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 25 Jun 2024 14:19:37 +0300 Subject: [PATCH] settings --- back/api/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/back/api/settings.py b/back/api/settings.py index 2957678..3c084f8 100644 --- a/back/api/settings.py +++ b/back/api/settings.py @@ -37,6 +37,7 @@ ALLOWED_HOSTS = [ CORS_ALLOWED_ORIGINS = [ "http://localhost:3000", "http://192.168.103.159:3000", + "https://toinv.svs-tech.pro", ] # Application definition