Files
gateway/krakend.json
A'zamov Samandar ef82c52554
Some checks failed
Deploy to Production / deploy (push) Failing after 17s
update
2025-11-05 17:34:44 +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:8000"
],
"url_pattern": "/"
}
]
}
]
}