Skip to content

Commit

Permalink
fix: add missing event handler to authjs playground
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru committed Feb 15, 2024
1 parent 8b520b1 commit 393552f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground-authjs/server/middleware/auth.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { eventHandler } from 'h3'
import { getServerSession } from '#auth'

export default eventHandler(async (event) => {
Expand Down

0 comments on commit 393552f

Please sign in to comment.