Skip to content

Commit

Permalink
fix: 修复 auth handler 导出问题
Browse files Browse the repository at this point in the history
  • Loading branch information
besscroft committed Apr 6, 2024
1 parent 7c1e22f commit f9ac299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/api/auth/[...nextauth]/route.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export { GET, POST } from '~/server/lib/auth'
import { handlers } from '~/server/auth'

export const { GET, POST } = handlers;

0 comments on commit f9ac299

Please sign in to comment.