4 lines
54 B
JavaScript
Raw Normal View History

2021-08-24 17:56:49 +02:00
module.exports = (ctx, next) => {
return next();
};