working_frontend

This commit is contained in:
ahmed531998 2023-04-09 20:08:57 +02:00
parent bbd7dc5e5f
commit b70b1b81e2
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ server {
}
location /api {
proxy_pass https://api_server;
proxy_pass http://api_server;
}
}