mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 16:16:20 +00:00
17 lines
267 B
JSON
Executable File
17 lines
267 B
JSON
Executable File
{
|
|
"timeout": 100,
|
|
"load": {
|
|
"before": [
|
|
"logger",
|
|
"responses"
|
|
],
|
|
"order": [
|
|
"Define the middlewares' load order by putting their name in this array is the right order"
|
|
],
|
|
"after": [
|
|
"parser",
|
|
"router"
|
|
]
|
|
}
|
|
}
|