20 lines
317 B
JSON
Raw Normal View History

2017-07-28 18:56:28 +02:00
{
"timeout": 100,
"load": {
"before": [
"responseTime",
"logger",
"cors",
"responses",
"gzip"
2017-07-28 18:56:28 +02:00
],
"order": [
"Define the middlewares' load order by putting their name in this array is the right order"
],
"after": [
"parser",
2017-07-28 18:56:28 +02:00
"router"
]
}
}