Files
gateway/krakend.json
A'zamov Samandar 45913651dd
All checks were successful
Deploy to Production / deploy (push) Successful in 11s
feat(auth)
2025-11-05 17:03:25 +05:00

20 lines
338 B
JSON

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