Skip to content

Commit

Permalink
fix: add h3 send redirect (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebilicious committed Aug 29, 2023
1 parent f9a89b4 commit 78a20a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/form-actions-nuxt/src/runtime/server/nitro.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type EventHandler, type H3Event, createError, defineEventHandler, getQuery, getRequestHeader } from "h3"
import { type EventHandler, type H3Event, createError, defineEventHandler, getQuery, getRequestHeader, sendRedirect } from "h3"
import { NUXT_PE_HEADER } from "./utils"

interface Actions {
Expand Down

0 comments on commit 78a20a3

Please sign in to comment.