mirror of
https://github.com/traefik/traefik.git
synced 2026-02-03 20:39:51 -05:00
10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"/api": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false
|
|
},
|
|
"/health": {
|
|
"target": "http://localhost:8080",
|
|
"secure": false
|
|
}
|
|
}
|