We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b053777 commit d701a3bCopy full SHA for d701a3b
tasksync_frontend/src/common/api.js
@@ -1,8 +1,8 @@
1
import axios from "axios"
2
3
// 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"
+// const base_url = "http://localhost:9000/api"
+const base_url = "https://weiblog.arkilovesprogramming.com:444/api"
6
7
// 修改 Axios 的默认配置
8
axios.defaults.withCredentials = true;
0 commit comments