fix typo
All checks were successful
Deploy to Production / deploy (push) Successful in 19s

This commit is contained in:
A'zamov Samandar
2025-11-05 18:08:34 +05:00
parent c2fcd9428e
commit f9fadf35a1

View File

@@ -3,13 +3,13 @@
"debug_endpoint": true, "debug_endpoint": true,
"endpoints": [ "endpoints": [
{ {
"endpoint": "/v1/*", "endpoint": "/auth/",
"backend": [ "backend": [
{ {
"host": [ "host": [
"http://legacy-api" "http://auth:8000"
], ],
"url_pattern": "/" "url_pattern": "/auth/"
} }
] ]
} }