Skip to content

Commit

Permalink
Merge pull request #377 from hotosm/feat/count-waypoints
Browse files Browse the repository at this point in the history
fix: reslove temporary redirect in waypoints count
  • Loading branch information
Pradip-p authored Dec 3, 2024
2 parents 90bd93b + 218daa5 commit 46d9d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/projects/project_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ async def regulator_approval(
)


@router.post("/waypoints", tags=["Projects"])
@router.post("/waypoints/", tags=["Projects"])
async def get_project_waypoints_counts(
side_overlap: float,
front_overlap: float,
Expand Down

0 comments on commit 46d9d84

Please sign in to comment.