Skip to content

Commit

Permalink
Merge pull request #330 from BaseAdresseNationale/antoineludeau/switc…
Browse files Browse the repository at this point in the history
…h-route-name-to-idfix

Modified id-fix main route name
  • Loading branch information
antoineludeau authored Nov 27, 2023
2 parents 9721699 + 85f8b23 commit eb76cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/legacy-routes.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ app.post(
try {
// Async Call to ID-Fix
if (API_IDFIX_URL) {
fetch(`${API_IDFIX_URL}/district/cog/${codeCommune}/`, {
fetch(`${API_IDFIX_URL}/compute-from-cog/${codeCommune}`, {
method: 'GET',
headers: {
'content-Type': 'application/json',
Expand Down

0 comments on commit eb76cba

Please sign in to comment.