Update admin.conf

This commit is contained in:
Mikhail 2024-03-08 19:23:10 +00:00
parent 16288d2f52
commit cdf18be428

@ -56,7 +56,7 @@ server {
add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.6.0.11:59301;
proxy_pass http://10.6.0.11:59301/;
}
location /swagger/ {