Pierre Burgy 83e6a6bcc4 Merge
2017-09-08 13:46:50 +02:00

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"
]
}
}