Skip to content

Commit 126a415

Browse files
bug
1 parent 3fa6b9e commit 126a415

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
@@ -3,8 +3,8 @@ import { getToken } from "./common";
33
import cookie from "js-cookie";
44

55
// 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"
6+
// const base_url = "http://localhost:9000/api"
7+
const base_url = "https://weiblog.arkilovesprogramming.com:444/api"
88

99
axios.defaults.headers.common['token'] = getToken(cookie);
1010

0 commit comments

Comments
 (0)