21 lines
361 B
JSON
21 lines
361 B
JSON
{
|
|
"http": {
|
|
"routers": {
|
|
"rest": {
|
|
"entryPoints": [
|
|
"traefik"
|
|
],
|
|
"service": "rest@internal",
|
|
"rule": "PathPrefix(`/api/providers`)",
|
|
"ruleSyntax": "v3",
|
|
"priority": 9223372036854775807
|
|
}
|
|
},
|
|
"services": {
|
|
"noop": {},
|
|
"rest": {}
|
|
}
|
|
},
|
|
"tcp": {},
|
|
"tls": {}
|
|
}
|