Remove slash

This commit is contained in:
James Cole
2020-03-21 21:13:41 +01:00
parent 1e9596bba0
commit 9d7fb0efe1

View File

@@ -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'),