test different path param /2
This commit is contained in:
4
main.go
4
main.go
@@ -1244,8 +1244,8 @@ func main() {
|
|||||||
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", getMatches)
|
r.GET("/matches/next/:time", getMatches)
|
||||||
r.GET("/sitemap_index.xml", getSiteMapIndex)
|
r.GET("/sitemap/index", getSiteMapIndex)
|
||||||
r.GET("/sitemap/:id.xml", getSiteMap)
|
r.GET("/sitemap/:id", getSiteMap)
|
||||||
|
|
||||||
log.Info("Start listening...")
|
log.Info("Start listening...")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user