diff --git a/main.go b/main.go index 5ffbb1d..8f9ec76 100644 --- a/main.go +++ b/main.go @@ -1122,7 +1122,7 @@ func main() { r.GET("/match/:id/rounds", getMatchRounds) r.GET("/match/:id/chat", getMatchChat) r.GET("/matches", getMatches) - r.GET("/matches/next/:time") + r.GET("/matches/next/:time", getMatches) log.Info("Start listening...")