|
@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
@RestController
|
|
@RestController
|
|
|
-@RequestMapping("test/manager")
|
|
|
|
|
|
|
+@RequestMapping("test")
|
|
|
@Tag(name = "测试")
|
|
@Tag(name = "测试")
|
|
|
public class TestController {
|
|
public class TestController {
|
|
|
|
|
|