Skip to content
Snippets Groups Projects
Commit e64d37d9 authored by michael.minelli's avatar michael.minelli
Browse files

Update API

parent 4437af9b
No related branches found
No related tags found
No related merge requests found
Pipeline #35147 passed
Subproject commit 78d52d50bd26efb46a201bde402da6067f8efedc Subproject commit 8531fc9f5fc4cf4d9ad7e3c5bc2639445c4abbd8
...@@ -50,7 +50,7 @@ server { ...@@ -50,7 +50,7 @@ server {
rewrite ^ $request_uri; rewrite ^ $request_uri;
rewrite ^/dojo/api(/.*) $1 break; rewrite ^/dojo/api(/.*) $1 break;
return 400; return 400;
proxy_pass http://dojo-api:30992$uri; proxy_pass http://dojo-api:30993$uri;
proxy_intercept_errors on; proxy_intercept_errors on;
proxy_http_version 1.1; proxy_http_version 1.1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment