@ -10,8 +10,8 @@ server {
try_files $uri $uri/ /index.html;
}
location /invoicer/ {
location /api/ {
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
proxy_pass http://localhost:8181/api/;
proxy_pass http://localhost:3005/;