Files
gateway/krakend.json
A'zamov Samandar c2fcd9428e
Some checks failed
Deploy to Production / deploy (push) Failing after 15s
update
2025-11-05 17:36:52 +05:00

18 lines
247 B
JSON

{
"version": 3,
"debug_endpoint": true,
"endpoints": [
{
"endpoint": "/v1/*",
"backend": [
{
"host": [
"http://legacy-api"
],
"url_pattern": "/"
}
]
}
]
}