Move logger to top in middlewares
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
module.exports = ({ env }) => [
|
module.exports = ({ env }) => [
|
||||||
|
'strapi::logger',
|
||||||
'strapi::errors',
|
'strapi::errors',
|
||||||
'strapi::security',
|
'strapi::security',
|
||||||
{
|
{
|
||||||
@@ -9,7 +10,6 @@ module.exports = ({ env }) => [
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
'strapi::poweredBy',
|
'strapi::poweredBy',
|
||||||
'strapi::logger',
|
|
||||||
'strapi::query',
|
'strapi::query',
|
||||||
'strapi::body',
|
'strapi::body',
|
||||||
'strapi::session',
|
'strapi::session',
|
||||||
|
|||||||
Reference in New Issue
Block a user