mirror of
https://github.com/traefik/traefik.git
synced 2026-02-18 18:20:28 -05:00
Fix HTTP provider endpoint config example
This commit is contained in:
parent
67483c1b17
commit
e7dc6ec025
1 changed files with 1 additions and 2 deletions
|
|
@ -17,8 +17,7 @@ Defines the HTTP(S) endpoint to poll.
|
|||
```yaml tab="File (YAML)"
|
||||
providers:
|
||||
http:
|
||||
endpoint:
|
||||
- "http://127.0.0.1:9000/api"
|
||||
endpoint: "http://127.0.0.1:9000/api"
|
||||
```
|
||||
|
||||
```toml tab="File (TOML)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue