Files
gateway/krakend.json
A'zamov Samandar f60163d5fa first commit
2025-11-05 15:23:49 +05:00

21 lines
423 B
JSON

{
"$schema": "https://www.krakend.io/schema/v2.12/krakend.json",
"version": 3,
"debug_endpoint": true,
"echo_endpoint": true,
"endpoints": [
{
"endpoint": "/test",
"backend": [
{
"@comment": "Connect KrakenD to KrakenD itself as backend!",
"host": [
"http://localhost:8080"
],
"url_pattern": "/__echo/test"
}
]
}
]
}