summaryrefslogtreecommitdiff
path: root/playground/config/middlewares.ts
blob: 829f5c04df0d90024411d5e97b2dda86321e9fb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
export default [
  'strapi::logger',
  'strapi::errors',
  'strapi::security',
  'strapi::cors',
  'strapi::poweredBy',
  'strapi::query',
  'strapi::body',
  'strapi::session',
  'strapi::favicon',
  'strapi::public',
];