Skip to content

Commit

Permalink
fix(variations): Rename ODS dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Jan 22, 2025
1 parent 02773fe commit ce27929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Declinaisons/Policy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Policy = () => {
offset = 0,
} = {}) => {
let url = 'https://data.enseignementsup-recherche.gouv.fr/api/explore/v2.1/catalog/datasets';
url += `/fr-esr-enquete-etablissements-pnso2/records?limit=${limit}&offset=${offset}&order_by=uo_lib`;
url += `/fr-esr-politiques-so-etablissements/records?limit=${limit}&offset=${offset}&order_by=uo_lib`;
const response = await axios.get(url, {
headers: { accept: 'application/json; charset=utf-8' },
});
Expand Down

0 comments on commit ce27929

Please sign in to comment.