refactor: ♻️ 代码生成api路径优化

This commit is contained in:
ray
2024-09-07 15:27:26 +08:00
parent f1d16f5bab
commit be6d1b1b94
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import request from "@/utils/request";
const GENERATOR_BASE_URL = "/api/v1/generator";
const GENERATOR_BASE_URL = "/api/v1/codegen";
class GeneratorAPI {
/** 获取数据表分页列表 */