From 0826f3c8abb803ca4da66b39baa65b623fc2e38b Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期三, 19 六月 2024 08:48:14 +0800
Subject: [PATCH] fixed error

---
 pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java
index 1c86b6f..02b9526 100644
--- a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java
+++ b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/proTestItems/ProTestItemsCtrl.java
@@ -21,7 +21,7 @@
  */
 @Slf4j
 @RestController
-@RequestMapping(path="items")
+@RequestMapping(path="testItems")
 @SuppressWarnings("unchecked")
 public class ProTestItemsCtrl {
     private ProTestItemsSv sv;

--
Gitblit v1.8.0