From f53ee3008ad00a92eb3851bb6bb32e4622abb217 Mon Sep 17 00:00:00 2001 From: wenjianzhang Date: Fri, 12 Mar 2021 12:14:54 +0800 Subject: [PATCH] Update index.go --- app/admin/apis/system/index.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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