mirror of
https://github.com/strapi/strapi.git
synced 2025-07-13 12:02:10 +00:00
32 lines
449 B
JavaScript
32 lines
449 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
/**
|
||
|
* Built-in hooks (order matters)
|
||
|
*/
|
||
|
|
||
|
module.exports = {
|
||
|
_config: true,
|
||
|
_api: true,
|
||
|
_admin: true,
|
||
|
responseTime: true,
|
||
|
waterline: true,
|
||
|
bodyParser: true,
|
||
|
session: true,
|
||
|
proxy: true,
|
||
|
ssl: true,
|
||
|
ip: true,
|
||
|
cors: true,
|
||
|
lusca: true,
|
||
|
favicon: true,
|
||
|
gzip: true,
|
||
|
i18n: true,
|
||
|
cron: true,
|
||
|
logger: true,
|
||
|
blueprints: true,
|
||
|
views: true,
|
||
|
router: true,
|
||
|
static: true,
|
||
|
websockets: true,
|
||
|
saas: true
|
||
|
};
|