mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'new-logger'
Conflicts: CHANGELOG.md
This commit is contained in:
@@ -87,3 +87,9 @@ func GetInternalMetrics(c *middleware.Context) Response {
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
// Genereates a index out of range error
|
||||
func GenerateError(c *middleware.Context) Response {
|
||||
var array []string
|
||||
return Json(200, array[20])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user