diff options
| author | schererleander <leander@schererleander.de> | 2025-12-26 14:57:24 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-26 14:57:24 +0100 |
| commit | 86eaae1876f31ef0674d4dc0848d2368fef58372 (patch) | |
| tree | 1c5937919e9f9a8bd3820c9f972f0d7dce78a55e /src/app/api | |
| parent | f5ea42ab5db9c880fbeb35282d6da4b3e006fca5 (diff) | |
refactor(auth): cleanup auth options and remove manual db connect
Diffstat (limited to 'src/app/api')
| -rw-r--r-- | src/app/api/auth/[...nextauth]/route.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/api/auth/[...nextauth]/route.ts b/src/app/api/auth/[...nextauth]/route.ts index 264f925..b6149fb 100644 --- a/src/app/api/auth/[...nextauth]/route.ts +++ b/src/app/api/auth/[...nextauth]/route.ts @@ -3,4 +3,4 @@ import { authOptions } from "@/lib/auth" const handler = NextAuth(authOptions) -export { handler as GET, handler as POST }
\ No newline at end of file +export { handler as GET, handler as POST } |
