380 vacentral library (#381)

* Update vaCentral library for new API server format

* Formatting

* Remove missing/unused import
This commit is contained in:
Nabeel S
2019-09-05 16:55:51 -04:00
committed by GitHub
parent 1b82ef6c88
commit 37fc761567
8 changed files with 260 additions and 244 deletions

View File

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

View File

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