This commit is contained in:
Kseninia Mikhaylova 2024-06-25 14:19:37 +03:00
parent 6a9264ff50
commit b94df630bc
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ ALLOWED_HOSTS = [
CORS_ALLOWED_ORIGINS = [ CORS_ALLOWED_ORIGINS = [
"http://localhost:3000", "http://localhost:3000",
"http://192.168.103.159:3000", "http://192.168.103.159:3000",
"https://toinv.svs-tech.pro",
] ]
# Application definition # Application definition