Skip to content

Commit

Permalink
Fixed urlApi
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien70 committed May 3, 2024
1 parent 16f4416 commit 7689fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sirene.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Sirene
/**
* @var string $urlApi the url of API sirene
*/
private $urlApi = "https://api.insee.fr/entreprises/sirene/V3";
private $urlApi = "https://api.insee.fr/entreprises/sirene/V3.11";

/**
* @var string $urlJWT the url for get JWT
Expand Down

0 comments on commit 7689fa4

Please sign in to comment.