update 更改 工作流 测试用例接口路径

This commit is contained in:
疯狂的狮子Li 2024-05-31 11:25:12 +08:00
parent 07adf67dfc
commit 9855f60f1f

View File

@ -32,7 +32,7 @@ import java.util.List;
@Validated
@RequiredArgsConstructor
@RestController
@RequestMapping("/demo/leave")
@RequestMapping("/workflow/leave")
public class TestLeaveController extends BaseController {
private final ITestLeaveService testLeaveService;