Skip to content

Commit c8a9a15

Browse files
committed
Fixing axios
1 parent c9d2586 commit c8a9a15

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
@@ -7,6 +7,7 @@ if (url && !url.endsWith("/api/v1")) {
77
url = url + "/api/v1";
88
console.log("url1", url);
99
console.log("ws", process.env.NEXT_PUBLIC_WS_URL);
10+
1011
}
1112

1213
const axiosInstance = axios.create({

0 commit comments

Comments
 (0)