2021-08-30 17:02:41 +02:00

4 lines
54 B
JavaScript

module.exports = (ctx, next) => {
return next();
};