We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9b734 commit fb14906Copy full SHA for fb14906
docker/nginx.conf
@@ -7,7 +7,7 @@ server {
7
8
# Proxy API -> gateway-service
9
location /api/ {
10
- proxy_pass http://gateway-service:8888/;
+ proxy_pass http://gateway-service:8888/api/v1/;
11
proxy_http_version 1.1;
12
13
proxy_set_header Host $host;
0 commit comments