style
This commit is contained in:
parent
88a91ae1b8
commit
97e89ed33b
1 changed files with 1 additions and 1 deletions
|
@ -240,5 +240,5 @@ func getLogs(w http.ResponseWriter, r *http.Request) {
|
|||
}
|
||||
|
||||
func version(w http.ResponseWriter, r *http.Request) {
|
||||
render.JSON(w, r, render.M{"Meta": C.Meta, "version": C.Version})
|
||||
render.JSON(w, r, render.M{"meta": C.Meta, "version": C.Version})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue