Skip to content

Commit

Permalink
feat: use filter by codes insee instead of source
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier committed Sep 12, 2024
1 parent dff1623 commit c7ed1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root/configuration/data.configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ export const DATA_TOKEN: InjectionToken<DataConfiguration> = new InjectionToken<

export const DATA_CONFIGURATION: DataConfiguration = {
lieuxDeMediationNumerique:
'https://cartographie.societenumerique.gouv.fr/api/v0/lieux-inclusion-numerique?source[eq]=Le%20Havre'
'https://cartographie.societenumerique.gouv.fr/api/v0/lieux-inclusion-numerique?adresse[eq][code_insee]=76196,76254,76305,76341,76351,76447,76552,76647'
};

0 comments on commit c7ed1aa

Please sign in to comment.