This commit is contained in:
Frank 2025-09-18 01:32:40 -04:00
commit fc4f281408
155 changed files with 400 additions and 400 deletions

View file

@ -0,0 +1,5 @@
import { defineMiddleware } from "vinxi/http"
export default defineMiddleware({
onBeforeResponse() {},
})