1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-03-12 15:05:49 +00:00

Update site/scripts/fetch-job-offers.js

Co-authored-by: liliced <35871521+liliced@users.noreply.github.com>
This commit is contained in:
Jalil Arfaoui 2025-03-11 00:15:04 +01:00
parent bfacef295a
commit 18f4ee0ec6

View file

@ -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.