mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-01 14:52:25 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { defineMiddleware } from "vinxi/http"
|
|
|
|
export default defineMiddleware({
|
|
onBeforeResponse() {},
|
|
})
|