fixed missing function
This commit is contained in:
2
main.go
2
main.go
@@ -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...")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user