2021-08-24 17:56:49 +02:00

4 lines
54 B
JavaScript

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