diff --git a/site/scripts/fetch-job-offers.js b/site/scripts/fetch-job-offers.js index 112c2746c..e7e18cf6c 100644 --- a/site/scripts/fetch-job-offers.js +++ b/site/scripts/fetch-job-offers.js @@ -20,7 +20,7 @@ async function fetchJobOffers() { let jobOffers = [] try { - const response = await fetch('https://beta.gouv.fr/nous-rejoindre/') + const response = await fetch('https://beta.gouv.fr/nous-rejoindre') const content = await response.text() // The XML API isn't the most ergonomic, we ought to have a JSON API.