From e7dc6ec025487b97f5f5754eb724de31efc20893 Mon Sep 17 00:00:00 2001 From: Kevin Pollet Date: Wed, 19 Jan 2022 19:50:05 +0100 Subject: [PATCH] Fix HTTP provider endpoint config example --- docs/content/providers/http.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/providers/http.md b/docs/content/providers/http.md index dd72be317..4f2fd1f47 100644 --- a/docs/content/providers/http.md +++ b/docs/content/providers/http.md @@ -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)"