This commit is contained in:
Maze Winther 2025-07-16 15:36:16 +02:00
parent 700366f61e
commit 453c422f94
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { auth } from "@opencut/auth/server";
import { auth } from "@opencut/auth";
import { toNextJsHandler } from "better-auth/next-js";
export const { POST, GET } = toNextJsHandler(auth);