Skip to content

Commit

Permalink
feat: update data source
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier committed Jul 11, 2024
1 parent 5f7c067 commit efec144
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 @@ -17,5 +17,5 @@ export const DATA_COORDINATEURS_CONFIGURATION: DataCoordinateursConfiguration =
export const DATA_TOKEN: InjectionToken<DataConfiguration> = new InjectionToken<DataConfiguration>('data.configuration');

export const DATA_CONFIGURATION: DataConfiguration = {
lieuxDeMediationNumerique: 'https://www.data.gouv.fr/fr/datasets/r/bdfef095-f3a9-4e66-84bb-ea05d5c9c3a5'
lieuxDeMediationNumerique: 'https://www.data.gouv.fr/fr/datasets/r/b5e5a1e1-122e-4f87-b6cf-d1ce342671be'
};

0 comments on commit efec144

Please sign in to comment.