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:
parent
bfacef295a
commit
18f4ee0ec6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue