Skip to content

Commit adb1537

Browse files
committed
Check headers
1 parent 31f55f9 commit adb1537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/api/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export const setSessionToken = (token: string) => {
7878

7979
export const setHost = (host?: string) => {
8080
axios.defaults.baseURL = host;
81+
console.log("AFTER SET", axios.defaults.baseURL);
8182
};
8283

8384
const CONTENT_TYPE_JSON = {

0 commit comments

Comments
 (0)