From 3bc7f0c4ab7054b0702c86c253e7f77e69c17278 Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 8 Sep 2024 00:07:12 +0800 Subject: [PATCH] fix --- easy-admin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-admin.go b/easy-admin.go index 3f10517..e0e32c4 100644 --- a/easy-admin.go +++ b/easy-admin.go @@ -8,7 +8,7 @@ import ( // @version 1.4.0 // @description 基于Gin + Vue 的前后端分离权限管理系统的接口文档 // @license.name Apache 2.0 -// @license.url https://github.com/nicelizhi/easy-admin/blob/main/LICENSE.md +// @license.url https://github.com/xxl4/easy-admin/blob/main/LICENSE.md // @securityDefinitions.apikey Bearer // @in header