quick test of gitea runner config.
This commit is contained in:
parent
0916829ba2
commit
bd833e236a
@ -71,7 +71,7 @@ app.use("/pouchdb", dbAuthMiddleware, (req, res, next) => {
|
|||||||
});
|
});
|
||||||
next();
|
next();
|
||||||
}, pouchApp, (err, req, res, next) => {
|
}, pouchApp, (err, req, res, next) => {
|
||||||
// Error handler for express-pouchdb
|
|
||||||
console.error('[PouchDB Error]', err);
|
console.error('[PouchDB Error]', err);
|
||||||
res.status(500).json({ error: err.message, stack: err.stack });
|
res.status(500).json({ error: err.message, stack: err.stack });
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user