We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f5afa commit a249a3fCopy full SHA for a249a3f
controller/athlete_controller.go
@@ -29,7 +29,7 @@ func athleteController() {
29
router.POST("/athlete/participation", addParticipation)
30
router.PUT("/athlete", updateAthlete)
31
32
- router.POST("/athlete/meet/:meet_id/id-list/", getAthletesByMeetingAndIdList)
+ router.POST("/athlete/meet/:meet_id/id_list", getAthletesByMeetingAndIdList)
33
34
router.HEAD("/athlete", getAthletes)
35
router.HEAD("/athlete/:id", getAthlete)
0 commit comments