diff --git a/app/admin/apis/system/index.go b/app/admin/apis/system/index.go index 53327064..63e3fe2a 100644 --- a/app/admin/apis/system/index.go +++ b/app/admin/apis/system/index.go @@ -28,7 +28,7 @@ $(function(){ - + ` @@ -36,4 +36,4 @@ $(function(){ func HelloWorld(c *gin.Context) { c.Header("Content-Type", "text/html; charset=utf-8") c.String(200, INDEX) -} +} \ No newline at end of file