From afe7bf4d49fd9838499ca2ba7c2b372a01d0eeaf Mon Sep 17 00:00:00 2001 From: yufangsheng <444701637@qq.com> Date: Mon, 29 Jul 2024 07:57:08 +0000 Subject: [PATCH] =?UTF-8?q?update=20aidex-controller/src/main/java/com/aid?= =?UTF-8?q?ex/web/controller/system/SysIndexController.java.=20=E6=97=A0?= =?UTF-8?q?=E6=95=88=E5=BC=95=E5=85=A5=E2=80=9CNo=20documentation=20found.?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yufangsheng <444701637@qq.com> --- .../java/com/aidex/web/controller/system/SysIndexController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/aidex-controller/src/main/java/com/aidex/web/controller/system/SysIndexController.java b/aidex-controller/src/main/java/com/aidex/web/controller/system/SysIndexController.java index 5b2ab83..25dc37b 100644 --- a/aidex-controller/src/main/java/com/aidex/web/controller/system/SysIndexController.java +++ b/aidex-controller/src/main/java/com/aidex/web/controller/system/SysIndexController.java @@ -2,7 +2,6 @@ package com.aidex.web.controller.system; import com.aidex.common.config.AiDexConfig; import com.aidex.common.utils.StringUtils; -import com.aidex.framework.config.AnonymousAccess; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; -- Gitee