From 9d7fb0efe16365a9df1c6c2bb124855098cf0a83 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 21 Mar 2020 21:13:41 +0100 Subject: [PATCH] Remove slash --- config/firefly.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/firefly.php b/config/firefly.php index 677b734ab9..e2a1379e58 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -162,7 +162,7 @@ return [ 'cer_provider' => envNonEmpty('CER_PROVIDER', 'fixer'), 'update_endpoint' => 'https://version.firefly-iii.org/index.json', 'send_telemetry' => env('SEND_TELEMETRY', false), - 'telemetry_endpoint' => 'https://telemetry.firefly-iii.org/', + 'telemetry_endpoint' => 'https://telemetry.firefly-iii.org', 'update_minimum_age' => 6, 'default_location' => [ 'longitude' => env('MAP_DEFAULT_LONG', '5.916667'),