mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 07:12:20 +08:00
Small progress on adding collaborator
This commit is contained in:
@ -53,6 +53,8 @@ func (self *HttpServer) ListenAndServe() {
|
||||
// register default route
|
||||
self.router.GET("/", self.auth(), self.index)
|
||||
self.router.GET("/dashboard/*_", self.auth(), self.index)
|
||||
self.router.GET("/admin/*_", self.auth(), self.index)
|
||||
self.router.GET("/account/*_", self.auth(), self.index)
|
||||
|
||||
self.router.Run(":" + self.port)
|
||||
}
|
||||
|
Reference in New Issue
Block a user