From 18f4ee0ec6603c874730e795bc277ed626b0f57b Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Tue, 11 Mar 2025 00:15:04 +0100 Subject: [PATCH] Update site/scripts/fetch-job-offers.js Co-authored-by: liliced <35871521+liliced@users.noreply.github.com> --- site/scripts/fetch-job-offers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.