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

This commit is contained in:
A'zamov Samandar
2025-11-05 17:31:49 +05:00
parent 223bbb3d83
commit 28a789c4a4

View File

@@ -5,13 +5,13 @@
"echo_endpoint": true, "echo_endpoint": true,
"endpoints": [ "endpoints": [
{ {
"endpoint": "/auth/{path}/*", "endpoint": "/auth/{path}",
"backend": [ "backend": [
{ {
"host": [ "host": [
"http://auth:2001" "http://auth:8000"
], ],
"url_pattern": "/{path}/" "url_pattern": "/{path}"
} }
] ]
} }