2021-12-31 13:28:04 +01:00
|
|
|
module.exports = [
|
2024-05-08 21:38:32 +02:00
|
|
|
'strapi::logger',
|
2021-12-31 13:28:04 +01:00
|
|
|
'strapi::errors',
|
|
|
|
'strapi::security',
|
|
|
|
'strapi::cors',
|
|
|
|
'strapi::poweredBy',
|
|
|
|
'strapi::query',
|
|
|
|
'strapi::body',
|
2024-05-08 21:38:32 +02:00
|
|
|
'strapi::session',
|
2021-12-31 13:28:04 +01:00
|
|
|
'strapi::favicon',
|
|
|
|
'strapi::public',
|
|
|
|
];
|