Skip to content

Commit

Permalink
fix: lbac 2298: maj de l'url du depot des offres pour FT (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
remy-auricoste authored Jul 8, 2024
1 parent fd8d64a commit 3e01de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const config = {
franceTravailIO: {
baseUrl: "https://api.francetravail.io/partenaire",
authUrl: "https://entreprise.francetravail.fr/connexion/oauth2/access_token",
depotUrl: "https://portail-partenaire.pole-emploi.fr/partenaire/depotcurl",
depotUrl: "https://portail-partenaire.francetravail.fr/partenaire/depotcurl ",
},
bal: {
baseUrl: env.get("LBA_BAL_ENV_URL").required().asString(),
Expand Down

0 comments on commit 3e01de6

Please sign in to comment.