re-enable all middleware plugins

This commit is contained in:
Lloyd Brookes
2019-06-03 23:02:56 +01:00
parent 76e2a27585
commit 9bec6dccd9
3 changed files with 16 additions and 16 deletions

View File

@ -2,16 +2,16 @@ module.exports = [
'lws-basic-auth',
'lws-body-parser',
'lws-request-monitor',
// 'lws-log',
// 'lws-cors',
// 'lws-json',
'lws-log',
'lws-cors',
'lws-json',
'lws-compress',
// 'lws-rewrite',
'lws-rewrite',
'lws-blacklist',
// 'lws-conditional-get',
// 'lws-mime',
// 'lws-range',
// 'lws-spa',
'lws-conditional-get',
'lws-mime',
'lws-range',
'lws-spa',
'lws-static',
'lws-index'
]