Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit b4bb469

Browse files
committed
chore: 调整代码生成 API 地址
1 parent 3d32736 commit b4bb469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/tool/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios from 'axios';
22
import qs from 'query-string';
33

4-
const BASE_URL = '/tool/generator';
4+
const BASE_URL = '/generator';
55

66
export interface TableRecord {
77
tableName: string;

0 commit comments

Comments
 (0)