mirror of
https://github.com/grafana/grafana.git
synced 2026-08-18 17:15:08 -05:00
Tried postgres
This commit is contained in:
@@ -76,7 +76,7 @@ func (ctx *Context) JsonApiErr(status int, message string, err error) {
|
||||
resp["message"] = message
|
||||
}
|
||||
|
||||
ctx.HTML(status, "index")
|
||||
ctx.JSON(status, resp)
|
||||
}
|
||||
|
||||
func (ctx *Context) JsonBody(model interface{}) bool {
|
||||
|
||||
Reference in New Issue
Block a user