+ Fix NanoSanteService endpoints
This commit is contained in:
parent
0926502f97
commit
a5eb6d6043
|
@ -20,8 +20,8 @@ class NanoSanteService
|
|||
|
||||
public function __construct()
|
||||
{
|
||||
$this->baseUri = config('services.wallet_service.base_uri');
|
||||
$this->key = config('services.wallet_service.key');
|
||||
$this->baseUri = config('services.nano_sante_service.base_uri');
|
||||
$this->key = config('services.nano_sante_service.key');
|
||||
}
|
||||
|
||||
public function post($uri , $data, $headers)
|
||||
|
|
|
@ -206,4 +206,4 @@ $router->get('/geocode', 'HelperController@getGoogleGeocoding');
|
|||
$router->post('subscribe', 'NanoSanteServiceController@post');
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue