This commit is contained in:
kid 2025-07-23 09:25:29 +08:00
parent 4b228e6f0b
commit 31a00ca1ff

View File

@ -28,7 +28,7 @@ import static com.panshu.pojo.CommonResult.success;
*/ */
@Api(tags = "测试对象功能接口") @Api(tags = "测试对象功能接口")
@RestController @RestController
@RequestMapping("/api/test") @RequestMapping("api/eos-demo/test")
public class TestController { public class TestController {
@Autowired @Autowired
private TestService testService; private TestService testService;