fix velocloud

This commit is contained in:
garnier-quentin 2020-12-17 14:32:27 +01:00
parent 927848a22a
commit 9a895deaa6
1 changed files with 1 additions and 1 deletions

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};