380 vacentral library (#381)
* Update vaCentral library for new API server format * Formatting * Remove missing/unused import
This commit is contained in:
@@ -84,7 +84,6 @@ return [
|
||||
App\Providers\AuthServiceProvider::class,
|
||||
App\Providers\EventServiceProvider::class,
|
||||
App\Providers\RouteServiceProvider::class,
|
||||
App\Providers\vaCentralServiceProvider::class,
|
||||
App\Providers\ExtendedTimezonelistProvider::class,
|
||||
App\Providers\MeasurementsProvider::class,
|
||||
App\Providers\BindServiceProviders::class,
|
||||
|
||||
@@ -12,5 +12,5 @@ return [
|
||||
/*
|
||||
* vaCentral API URL. You likely don't need to change this
|
||||
*/
|
||||
'api_url' => 'https://api.vacentral.net',
|
||||
'api_url' => env('VACENTRAL_API_URL', 'https://api.vacentral.net'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user