Skip to content

Commit a249a3f

Browse files
committed
fix path
1 parent 85f5afa commit a249a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/athlete_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func athleteController() {
2929
router.POST("/athlete/participation", addParticipation)
3030
router.PUT("/athlete", updateAthlete)
3131

32-
router.POST("/athlete/meet/:meet_id/id-list/", getAthletesByMeetingAndIdList)
32+
router.POST("/athlete/meet/:meet_id/id_list", getAthletesByMeetingAndIdList)
3333

3434
router.HEAD("/athlete", getAthletes)
3535
router.HEAD("/athlete/:id", getAthlete)

0 commit comments

Comments
 (0)