Skip to content

Commit c9d2586

Browse files
committed
Fixing axios
1 parent 5ae11c5 commit c9d2586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/lib/axios/axiosInstance.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ console.log("url0", url);
66
if (url && !url.endsWith("/api/v1")) {
77
url = url + "/api/v1";
88
console.log("url1", url);
9+
console.log("ws", process.env.NEXT_PUBLIC_WS_URL);
910
}
1011

1112
const axiosInstance = axios.create({

0 commit comments

Comments
 (0)