fix
This commit is contained in:
parent
700366f61e
commit
453c422f94
|
|
@ -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);
|
||||
Loading…
Reference in New Issue