Skip to content

Commit 1e061e3

Browse files
committed
Fixing axios
1 parent c8a9a15 commit 1e061e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/lib/axios/axiosInstance.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ 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-
1110
}
1211

1312
const axiosInstance = axios.create({

0 commit comments

Comments
 (0)