Skip to content

Commit

Permalink
🎨 Retour PR
Browse files Browse the repository at this point in the history
  • Loading branch information
benjlevesque committed Feb 17, 2025
1 parent 0725a5d commit 316d501
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const modifier = (identifiantProjet: string) =>
`/laureats/${encodeParameter(identifiantProjet)}/modifier`;

export const modifierNomLocalité = (identifiantProjet: string) =>
`/laureats/${encodeParameter(identifiantProjet)}/modifier:nom-localite`;
`/laureats/${encodeParameter(identifiantProjet)}/modifier/nom-localite`;

0 comments on commit 316d501

Please sign in to comment.