Files
gateway/krakend.json
A'zamov Samandar 28a789c4a4
All checks were successful
Deploy to Production / deploy (push) Successful in 21s
fix typo
2025-11-05 17:31:49 +05:00

20 lines
349 B
JSON

{
"$schema": "https://www.krakend.io/schema/v2.12/krakend.json",
"version": 3,
"debug_endpoint": true,
"echo_endpoint": true,
"endpoints": [
{
"endpoint": "/auth/{path}",
"backend": [
{
"host": [
"http://auth:8000"
],
"url_pattern": "/{path}"
}
]
}
]
}