feat: update API base URL and change exposed ports to 6969 for frontend and backend services

This commit is contained in:
2026-03-26 17:35:01 -03:00
parent bfeb814c2f
commit 4649aba1d4
7 changed files with 50 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ http {
text/xml application/xml application/xml+rss text/javascript;
server {
listen 80;
listen 6969;
server_name _;
root /usr/share/nginx/html;