Skip to content

Commit

Permalink
Merge pull request #10 from bastien70/fix/api-url
Browse files Browse the repository at this point in the history
Fixed urlApi
  • Loading branch information
SimonDevelop committed May 3, 2024
2 parents 16f4416 + 7689fa4 commit b0164e2
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 b0164e2

Please sign in to comment.