mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 14:22:27 +00:00
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Dax Raad <d@ironbay.co>
6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
import { createMiddleware } from "@solidjs/start/middleware"
|
|
|
|
export default createMiddleware({
|
|
onBeforeResponse() {},
|
|
})
|