mirror of
https://github.com/containous/traefik.git
synced 2025-10-15 19:33:21 +03:00
Fix HTTP provider endpoint config example
This commit is contained in:
@@ -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)"
|
||||
|
Reference in New Issue
Block a user