mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
cleanup console.log
This commit is contained in:
parent
63f3e0cf24
commit
3e8fd5b9b9
@ -54,13 +54,6 @@ app.use(require('./routes/census').default);
|
|||||||
|
|
||||||
app.use(require('./routes/images').default);
|
app.use(require('./routes/images').default);
|
||||||
|
|
||||||
app.use(async function (req, res, next) {
|
|
||||||
// await next();
|
|
||||||
console.log(res);
|
|
||||||
await req.db.close();
|
|
||||||
console.log('closed');
|
|
||||||
});
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
path: '/api',
|
path: '/api',
|
||||||
handler: app,
|
handler: app,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user