We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d2586 commit c8a9a15Copy full SHA for c8a9a15
apps/web/lib/axios/axiosInstance.ts
@@ -7,6 +7,7 @@ if (url && !url.endsWith("/api/v1")) {
7
url = url + "/api/v1";
8
console.log("url1", url);
9
console.log("ws", process.env.NEXT_PUBLIC_WS_URL);
10
+
11
}
12
13
const axiosInstance = axios.create({
0 commit comments