This commit is contained in:
@@ -1,15 +1,13 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://www.krakend.io/schema/v2.12/krakend.json",
|
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"debug_endpoint": true,
|
"debug_endpoint": true,
|
||||||
"echo_endpoint": true,
|
|
||||||
"endpoints": [
|
"endpoints": [
|
||||||
{
|
{
|
||||||
"endpoint": "/auth/*",
|
"endpoint": "/v1/*",
|
||||||
"backend": [
|
"backend": [
|
||||||
{
|
{
|
||||||
"host": [
|
"host": [
|
||||||
"http://auth:8000"
|
"http://legacy-api"
|
||||||
],
|
],
|
||||||
"url_pattern": "/"
|
"url_pattern": "/"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user