Files
gateway/krakend.json
A'zamov Samandar 223bbb3d83
Some checks failed
Deploy to Production / deploy (push) Failing after 14s
fix typo
2025-11-05 17:22:28 +05:00

20 lines
352 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:2001"
],
"url_pattern": "/{path}/"
}
]
}
]
}