fix nginx
All checks were successful
Deploy Amap / deploy (push) Successful in 9s

This commit is contained in:
2026-02-20 00:40:42 +01:00
parent e478b26943
commit 4fbc1e6621

View File

@@ -13,7 +13,7 @@ server {
proxy_redirect off;
proxy_buffering off;
proxy_pass http://backend:8000/;
proxy_pass http://backend:8000/api/;
}
location / {