From 2221d474fe903f7c2bf8d79fb08cc2d4a06f5a09 Mon Sep 17 00:00:00 2001
From: liulin <lin.liu@aliyun.com>
Date: 星期二, 30 七月 2024 00:14:37 +0800
Subject: [PATCH] 修改hidden文件

---
 src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java b/src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java
index 6a4a26e..3b6c6b2 100644
--- a/src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java
+++ b/src/main/java/com/lunhan/xxx/host/controller/TestInfoServiceController.java
@@ -31,7 +31,7 @@
  * @order 99999
  */
 @NonLogin
-//@RestController
+@RestController
 @RequestMapping(value = "testInfo")
 public class TestInfoServiceController extends BasicController {
     @Autowired

--
Gitblit v1.9.3