|
|
@@ -674,7 +674,7 @@ func runWeb(c *cli.Context) error {
|
|
|
apiv1.RegisterRoutes(m)
|
|
|
}, ignSignIn)
|
|
|
|
|
|
- m.Group("/-", func() {
|
|
|
+ m.Group("/stats", func() {
|
|
|
if setting.Prometheus.Enabled {
|
|
|
m.Get("/metrics", func(c *context.Context) {
|
|
|
if !setting.Prometheus.EnableBasicAuth {
|