From 95763390ca49fe3bce0fc6f0c29155c2696d9509 Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Wed, 04 Jun 2025 13:28:40 +0000
Subject: [PATCH] adding passed and status
---
app.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/app.js b/app.js
index c563cc2..f512971 100644
--- a/app.js
+++ b/app.js
@@ -10,6 +10,11 @@
/////////////////////////////////////////////////////////////////////////
+// Compress
+let compress = require('@fastify/compress')
+// fastify.register(compress, { global: true })
+fastify.register(compress)
+
// AUTH
fastify.addHook("onRequest", async (req, res) => {
console.log(req.url)
--
Gitblit v1.8.0