Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 3384906

Browse files
Manuel Proßizzyyhh
authored andcommitted
fix(web): remove export of handler to fix pipeline
1 parent c326c5f commit 3384906

File tree

1 file changed

+1
-1
lines changed
  • web/src/app/api/auth/[...nextauth]

1 file changed

+1
-1
lines changed

web/src/app/api/auth/[...nextauth]/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ const authOptions = {
1010
],
1111
};
1212

13-
export const handler = NextAuth(authOptions);
13+
const handler = NextAuth(authOptions);
1414

1515
export { handler as GET, handler as POST };

0 commit comments

Comments
 (0)