fix typo
Some checks failed
Deploy to Production / deploy (push) Failing after 14s

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

View File

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