From 1253db406ebe09c34bef069fad66853ccb6451d3 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sun, 25 Jan 2026 14:46:24 -0700 Subject: [PATCH] Fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 17b7df0..beb12d8 100644 --- a/index.js +++ b/index.js @@ -32,7 +32,7 @@ app.use((req, res, next) => { console.log('Headers:', req.headers); console.log('---'); next(); -} +}) // Load routes dynamically from routes/** const fs = require('fs');