Skip to content

Commit ccc0b21

Browse files
committed
fix
1 parent 2cee956 commit ccc0b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/router/admin_routes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func AdminRoutes(incomingRoutes *echo.Group) {
2121
admin.GET("/teams/:id", controller.GetTeamById)
2222
admin.GET("/team/leader/:id", controller.GetTeamLeader)
2323
admin.POST("/createpanel", controller.CreatePanel)
24-
admin.GET("/teams/:track", controller.GetTeamsByTrack)
24+
admin.GET("/teams/track/:track", controller.GetTeamsByTrack)
2525

2626
admin.GET("/members/:id", controller.GetAllTeamMembers)
2727
admin.POST("/ban/team", controller.BanTeam)

0 commit comments

Comments
 (0)