middlewares.ts 222 B

123456789101112
  1. export default [
  2. 'strapi::logger',
  3. 'strapi::errors',
  4. 'strapi::security',
  5. 'strapi::cors',
  6. 'strapi::poweredBy',
  7. 'strapi::query',
  8. 'strapi::body',
  9. 'strapi::session',
  10. 'strapi::favicon',
  11. 'strapi::public',
  12. ];