4 lines
47 B
JavaScript
Raw Normal View History

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