From 04b42d47ab811aa862191f8c8e30e48259575263 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Sun, 17 Apr 2022 21:12:06 +0200 Subject: [PATCH] fixed missing function --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...")