quick test of gitea runner config.
Some checks are pending
Build / build (push) Waiting to run
Node.js CI / build (push) Waiting to run

This commit is contained in:
Michael Mainguy 2025-12-30 07:00:35 -06:00
parent 0916829ba2
commit bd833e236a

View File

@ -71,7 +71,7 @@ app.use("/pouchdb", dbAuthMiddleware, (req, res, next) => {
});
next();
}, pouchApp, (err, req, res, next) => {
// Error handler for express-pouchdb
console.error('[PouchDB Error]', err);
res.status(500).json({ error: err.message, stack: err.stack });
});