2019-04-18 17:11:20 +02:00

4 lines
47 B
JavaScript

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