diff --git a/app/api/liveblocks-auth/route.ts b/app/api/liveblocks-auth/route.ts index 836e669..98a2676 100644 --- a/app/api/liveblocks-auth/route.ts +++ b/app/api/liveblocks-auth/route.ts @@ -1,4 +1,4 @@ -import { Liveblocks } from '@liveblocks/node'; +/* import { Liveblocks } from '@liveblocks/node'; import { useUser } from '@clerk/nextjs'; import { auth } from '@clerk/nextjs/server'; @@ -24,4 +24,4 @@ export async function POST(req: Request) { // Authorize the user and return the result const { status, body } = await session.authorize(); return new Response(body, { status }); -} +} */