修改拼写错误,删除注释代码

This commit is contained in:
zhangwenjian
2020-05-01 14:46:20 +08:00
parent 8faff5384f
commit 07068656a2
5 changed files with 3 additions and 19 deletions
-2
View File
@@ -37,6 +37,4 @@ $(function(){
func HelloWorld(c *gin.Context){
c.Header("Content-Type", "text/html; charset=utf-8")
c.String(200, INDEX)
}