Refactor code structure for improved readability and maintainability

This commit is contained in:
Artem Kashaev
2026-05-28 11:20:10 +05:00
parent d5a889ed6d
commit e48b1fc0e9
21 changed files with 171 additions and 1068 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ server {
index index.html;
location /api/ {
proxy_pass http://bff:8000/;
proxy_pass http://host.docker.internal:8001/;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;