This commit is contained in:
Christopher Cookman 2026-01-25 14:46:24 -07:00
parent 5966c29abd
commit 1253db406e

View file

@ -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');