refactor: ♻️ 代码生成api路径优化
This commit is contained in:
@@ -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 {
|
||||
/** 获取数据表分页列表 */
|
||||
Reference in New Issue
Block a user