Skip to content
Snippets Groups Projects
Commit 720fff22 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Add swagger route

parent 2531a1f8
No related branches found
No related tags found
2 merge requests!8local- conf,!7feat: add front office
Pipeline #15512 passed
......@@ -18,8 +18,10 @@ server {
location /OAuth2Callback {
proxy_pass https://backend:1443/OAuth2Callback;
}
location /Logout {
proxy_pass https://backend:1443/Logout;
}
location /swagger {
proxy_pass https://backend:1443/swagger;
}
}
\ No newline at end of file
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