a6040c623b
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com> Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
20 lines
No EOL
323 B
JSON
20 lines
No EOL
323 B
JSON
{
|
|
"http": {
|
|
"routers": {
|
|
"rest": {
|
|
"entryPoints": [
|
|
"traefik"
|
|
],
|
|
"service": "rest@internal",
|
|
"rule": "PathPrefix(`/api/providers`)",
|
|
"priority": 2147483647
|
|
}
|
|
},
|
|
"services": {
|
|
"noop": {},
|
|
"rest": {}
|
|
}
|
|
},
|
|
"tcp": {},
|
|
"tls": {}
|
|
} |