mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 20:32:08 +08:00
Chore: remove comments feature (#64644)
This commit is contained in:
@ -617,11 +617,6 @@ func (hs *HTTPServer) registerRoutes() {
|
||||
|
||||
// short urls
|
||||
apiRoute.Post("/short-urls", routing.Wrap(hs.createShortURL))
|
||||
|
||||
apiRoute.Group("/comments", func(commentRoute routing.RouteRegister) {
|
||||
commentRoute.Post("/get", routing.Wrap(hs.commentsGet))
|
||||
commentRoute.Post("/create", routing.Wrap(hs.commentsCreate))
|
||||
})
|
||||
}, reqSignedIn)
|
||||
|
||||
// admin api
|
||||
|
Reference in New Issue
Block a user