diff --git a/default.conf b/default.conf index 2b51427..ea923b1 100644 --- a/default.conf +++ b/default.conf @@ -3,10 +3,10 @@ server { server_name localhost; location / { - proxy_pass http://localhost:3001 + proxy_pass http://localhost:3001; } location /api { - proxy_pass http://localhost:3000 + proxy_pass http://localhost:3000; } } \ No newline at end of file