This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
"debug_endpoint": true,
|
||||
"endpoints": [
|
||||
{
|
||||
"endpoint": "/v1/*",
|
||||
"endpoint": "/auth/",
|
||||
"backend": [
|
||||
{
|
||||
"host": [
|
||||
"http://legacy-api"
|
||||
"http://auth:8000"
|
||||
],
|
||||
"url_pattern": "/"
|
||||
"url_pattern": "/auth/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user