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 3fa6b9e commit 126a415Copy full SHA for 126a415
tasksync_frontend/src/common/api.js
@@ -3,8 +3,8 @@ import { getToken } from "./common";
3
import cookie from "js-cookie";
4
5
// const base_url = "https://letschat.api.arkilovesprogramming.com:443/api"
6
-const base_url = "http://localhost:9000/api"
7
-// 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"
8
9
axios.defaults.headers.common['token'] = getToken(cookie);
10
0 commit comments