Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth263 committed May 3, 2024
1 parent 646e1af commit 53e4310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/api/liveblocks-auth/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import { api } from "@/convex/_generated/api";
const convex = new ConvexHttpClient(process.env.NEXT_PUBLIC_CONVEX_URL!);

const liveblocks = new Liveblocks({
secret:
"sk_dev_Hgit6FiyjzDKcYFtFJM-PxJaTjFEhansejF2Wgf6bfmOs3p2SbA_QWov7jmdyV-m",
secret: process.env.LIVEBLOCK_SECRET_KEY!,
});

export async function POST(request: Request) {
Expand Down

0 comments on commit 53e4310

Please sign in to comment.