diff --git a/main.go b/main.go index 154aa49..7f8c432 100644 --- a/main.go +++ b/main.go @@ -1249,7 +1249,7 @@ func main() { r.GET("/match/:id/chat", getMatchChat) r.GET("/matches", getMatches) r.GET("/matches/next/:time", getMatches) - r.GET("/sitemap/index", getSiteMapIndex) + r.GET("/sitemap.xml", getSiteMapIndex) r.GET("/sitemap/:id", getSiteMap) log.Info("Start listening...")