mirror of
https://github.com/strapi/strapi.git
synced 2025-12-05 11:32:13 +00:00
5 lines
68 B
JavaScript
5 lines
68 B
JavaScript
module.exports = (ctx, next) => {
|
|
console.log('la');
|
|
next();
|
|
};
|