Skip to content
Snippets Groups Projects
Commit 86d7f6a6 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

chore: remove nginx config for swagger

parent 5668f758
No related branches found
No related tags found
1 merge request!157Release to master
Pipeline #100055 passed
...@@ -24,9 +24,6 @@ server { ...@@ -24,9 +24,6 @@ server {
location /Logout { location /Logout {
proxy_pass https://host.docker.internal:1443/Logout; proxy_pass https://host.docker.internal:1443/Logout;
} }
location /doc {
proxy_pass https://host.docker.internal:1443/doc;
}
location /imageNames { location /imageNames {
proxy_pass https://host.docker.internal:1443/api/animator/imageNames; proxy_pass https://host.docker.internal:1443/api/animator/imageNames;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment