summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src/middleware.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/app/src/middleware.ts')
-rw-r--r--cloud/app/src/middleware.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/cloud/app/src/middleware.ts b/cloud/app/src/middleware.ts
new file mode 100644
index 000000000..b49473cbe
--- /dev/null
+++ b/cloud/app/src/middleware.ts
@@ -0,0 +1,5 @@
+import { defineMiddleware } from "vinxi/http"
+
+export default defineMiddleware({
+ onBeforeResponse() {},
+})