From 7ed15fb631fe218ae9878b4d5484c9cc415fa54a Mon Sep 17 00:00:00 2001
From: Ahmad <103906421+ahmadk953@users.noreply.github.com>
Date: Fri, 22 Mar 2024 17:14:21 -0400
Subject: [PATCH] Removed API Route for Liveblocks Auth

---
 app/api/liveblocks-auth/route.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 });
-}
+} */