We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd99c26 commit 5dbc41bCopy full SHA for 5dbc41b
1 file changed
web/src/utils/api.ts
@@ -14,7 +14,7 @@ export const API_URL = `${API_POINT}${API_PATH}`;
14
// 创建axios实例
15
const api = axios.create({
16
timeout: 60000,
17
- baseURL: API_POINT,
+ baseURL: API_URL,
18
withCredentials: true,
19
});
20
0 commit comments