misc fixes and improvements, starts adding route tests

This commit is contained in:
Matteo Pagliazzi
2015-11-18 12:36:13 +01:00
parent b5adf9f19b
commit 65a8d2e255
7 changed files with 24 additions and 35 deletions

View File

@@ -14,6 +14,7 @@ if (IS_PROD) {
logger
.add(winston.transports.Console, {
colorize: true,
prettyPrint: true,
});
}