mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 22:32:28 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { defineMiddleware } from "vinxi/http"
|
|
|
|
export default defineMiddleware({
|
|
onBeforeResponse() {},
|
|
})
|