fixed missing function

This commit is contained in:
2022-04-17 21:12:06 +02:00
parent 6ffefa3616
commit 04b42d47ab

View File

@@ -1122,7 +1122,7 @@ func main() {
r.GET("/match/:id/rounds", getMatchRounds) r.GET("/match/:id/rounds", getMatchRounds)
r.GET("/match/:id/chat", getMatchChat) r.GET("/match/:id/chat", getMatchChat)
r.GET("/matches", getMatches) r.GET("/matches", getMatches)
r.GET("/matches/next/:time") r.GET("/matches/next/:time", getMatches)
log.Info("Start listening...") log.Info("Start listening...")