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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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