1
0
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:
Kevin Pollet
2022-01-19 19:50:05 +01:00
committed by GitHub
parent 67483c1b17
commit e7dc6ec025

View File

@@ -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)"