mirror of
https://github.com/containous/traefik.git
synced 2024-12-22 13:34:03 +03:00
11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false
|
|
},
|
|
"/health": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false
|
|
}
|
|
}
|