From 476116647250860a431309f07405c84a3c2fad21 Mon Sep 17 00:00:00 2001 From: Pepijn van Oort Date: Tue, 28 Nov 2023 15:12:51 +0100 Subject: [PATCH] new Task GetConfiguration --- FarmmapsApi/Services/FarmmapsApiService.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FarmmapsApi/Services/FarmmapsApiService.cs b/FarmmapsApi/Services/FarmmapsApiService.cs index dec584c..b0d1719 100644 --- a/FarmmapsApi/Services/FarmmapsApiService.cs +++ b/FarmmapsApi/Services/FarmmapsApiService.cs @@ -46,6 +46,10 @@ namespace FarmmapsApi.Services } } + public async Task GetConfiguration() + { + return _configuration; + } public async Task AuthenticateAsync() { if (_httpClient.DefaultRequestHeaders.Authorization != null &&