mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Removed API Route for Liveblocks Auth
This commit is contained in:
parent
cc72a29630
commit
7ed15fb631
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { Liveblocks } from '@liveblocks/node';
|
/* import { Liveblocks } from '@liveblocks/node';
|
||||||
import { useUser } from '@clerk/nextjs';
|
import { useUser } from '@clerk/nextjs';
|
||||||
import { auth } from '@clerk/nextjs/server';
|
import { auth } from '@clerk/nextjs/server';
|
||||||
|
|
||||||
|
@ -24,4 +24,4 @@ export async function POST(req: Request) {
|
||||||
// Authorize the user and return the result
|
// Authorize the user and return the result
|
||||||
const { status, body } = await session.authorize();
|
const { status, body } = await session.authorize();
|
||||||
return new Response(body, { status });
|
return new Response(body, { status });
|
||||||
}
|
} */
|
||||||
|
|
Loading…
Reference in a new issue