From f3b48f32fb4922c062d1d6e5fe4146797016add8 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 9 Sep 2024 07:59:38 +0200 Subject: [PATCH] Update `base_uri` --- http_client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_client.rst b/http_client.rst index 91b91ebc4a5..c4d6f46c7dc 100644 --- a/http_client.rst +++ b/http_client.rst @@ -408,7 +408,7 @@ each request (which overrides any global authentication): http_client: scoped_clients: example_api: - base_uri: 'https://example.com/' + base_uri: 'https://example.com' # HTTP Basic authentication auth_basic: 'the-username:the-password'