fix velocloud

This commit is contained in:
garnier-quentin 2020-12-17 14:32:27 +01:00
parent cac632fcbb
commit 776a1d2798

View File

@ -278,7 +278,7 @@ sub get_entreprise_id {
my $response = $self->request_api(
method => 'POST',
endpoint => $self->{api_path} . '/enterprise/getEnterprise'
endpoint => '/enterprise/getEnterprise'
);
$self->{entreprise_id} = $response->{id};