Skip to content

Commit d965e71

Browse files
d
1 parent e2b607b commit d965e71

File tree

1 file changed

+2
-2
lines changed
  • tasksync_frontend/src/common

1 file changed

+2
-2
lines changed

tasksync_frontend/src/common/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import axios from "axios"
22

33
// const base_url = "https://letschat.api.arkilovesprogramming.com:443/api"
4-
const base_url = "http://localhost:9000/api"
5-
// const base_url = "https://weiblog.arkilovesprogramming.com:444/api"
4+
// const base_url = "http://localhost:9000/api"
5+
const base_url = "https://weiblog.arkilovesprogramming.com:444/api"
66

77
// 修改 Axios 的默认配置
88
axios.defaults.withCredentials = true;

0 commit comments

Comments
 (0)