diff --git a/client/src/pages/map/MapPage.tsx b/client/src/pages/map/MapPage.tsx index 695fcd0..84e5324 100644 --- a/client/src/pages/map/MapPage.tsx +++ b/client/src/pages/map/MapPage.tsx @@ -34,7 +34,7 @@ const MapPage = () => { }; const handleCurrentStep = () => { - APIHandler(`/etape/actuelle`, true).then((res) => { + APIHandler(`/etape/4`, true).then((res) => { setCurrentFlameLocation(res.data); handleNextStep(res.data.etape_numero); });