Skip to content

Commit

Permalink
fic
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhsuresh committed Jun 18, 2024
1 parent 7c1159f commit 14b9e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/next-13-app-dir/app/api/signin/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const authenticateUser = async (email: string, password: string) => {
return rest
}

export const POST = withBlitzAuth({
export const {POST} = withBlitzAuth({
POST: async (request: Request, context, ctx) => {
const {searchParams} = new URL(request.url)
const user = await authenticateUser(
Expand Down

0 comments on commit 14b9e0f

Please sign in to comment.