Frontend tweaks

This commit is contained in:
Dan Sosedoff
2014-10-13 19:49:43 -05:00
parent e78499551e
commit 5dd26cd8d0
5 changed files with 79 additions and 38 deletions

2
api.go
View File

@@ -31,7 +31,7 @@ func API_Home(c *gin.Context) {
return
}
c.Data(200, "text/html", data)
c.Data(200, "text/html; charset=utf-8", data)
}
func API_RunQuery(c *gin.Context) {