Skip to content

Commit

Permalink
Change SIRENE API URL #195
Browse files Browse the repository at this point in the history
  • Loading branch information
gasilber committed May 27, 2024
1 parent 3f0ccc9 commit be34381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/common/apis/SireneApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SireneApi extends RateLimitedApi {
}

logger.debug(`Récupération des établissements`, { cursor, query });
const { headers, stream } = await fetchStream(`${SireneApi.baseApiUrl}/entreprises/sirene/V3/siret`, {
const { headers, stream } = await fetchStream(`${SireneApi.baseApiUrl}/entreprises/sirene/siret`, {
raw: true,
method: "POST",
headers: {
Expand Down

0 comments on commit be34381

Please sign in to comment.