From f8cad96dd5e98d01bce1230dcb7bb20700bfc739 Mon Sep 17 00:00:00 2001 From: Tim Goudriaan Date: Wed, 18 Dec 2024 00:19:26 +0100 Subject: [PATCH] Remove unnecessary configuration file --- config/packages/http_client.yaml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 config/packages/http_client.yaml diff --git a/config/packages/http_client.yaml b/config/packages/http_client.yaml deleted file mode 100644 index 5aeaacc..0000000 --- a/config/packages/http_client.yaml +++ /dev/null @@ -1,5 +0,0 @@ -framework: - http_client: - default_options: - headers: - 'User-Agent': 'Dirigent/0.1'