mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
chore: comment out getstarted log (#22327)
This commit is contained in:
parent
5dde62eabd
commit
2dcec09530
@ -5,9 +5,10 @@
|
||||
*/
|
||||
|
||||
module.exports = (config, { strapi }) => {
|
||||
// This middleware is called on every request
|
||||
// Add your own logic here.
|
||||
return async (ctx, next) => {
|
||||
strapi.log.info('In application test-middleware middleware.');
|
||||
// strapi.log.info('In application test-middleware middleware.');
|
||||
|
||||
await next();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user