From bae8004422dc825036658a343c0a8c43058bf5c1 Mon Sep 17 00:00:00 2001 From: Mojtaba-z Date: Sat, 24 May 2025 17:01:06 +0330 Subject: [PATCH] first base of project-changed apps: Herd-livestock-tag-log-elasticsearch- fix log.json path --- Rasaddam_Backend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rasaddam_Backend/settings.py b/Rasaddam_Backend/settings.py index f54bb33..b819d2e 100644 --- a/Rasaddam_Backend/settings.py +++ b/Rasaddam_Backend/settings.py @@ -34,7 +34,7 @@ ALLOWED_HOSTS = [ 'https://localhost:9200', 'https://api.rasadyaar.net', 'http://localhost:3000', - 'http://192.168.88.130:3000' + 'http://192.168.88.130:3000', '*' ]