fix 修复 路径更新错误

2.X
疯狂的狮子Li 2023-05-31 22:46:43 +08:00
parent e8fed36d70
commit f337749047
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import java.util.Map;
@Validated
@RequiredArgsConstructor
@RestController
@RequestMapping("/tool/gen")
@RequestMapping("/gen")
public class GenController extends BaseController {
private final IGenTableService genTableService;