Skip to content

Commit dba07e1

Browse files
committed
test url
1 parent 1f402d8 commit dba07e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/api/auth/liveblocks/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Liveblocks } from "@liveblocks/node";
33
import { ConvexHttpClient } from "convex/browser";
44
import { api } from "../../../../../convex/_generated/api";
55

6-
const convex = new ConvexHttpClient(process.env.NEXT_PUBLIC_CONVEX_URL!);
6+
const convex = new ConvexHttpClient("https://zany-dotterel-919.convex.cloud");
77
const liveblocks = new Liveblocks({
88
secret: process.env.LIVE_BLOCK_SECRET_API_KEY!,
99
});

0 commit comments

Comments
 (0)