Added apiDoc and eslinted some code

Added basic apiDoc generation and eslinted some code.
This commit is contained in:
Fillerino 2017-09-20 19:47:25 +02:00
parent 254dd9fb71
commit 57b4e7cad0
7 changed files with 254 additions and 66 deletions
server/utils/importer

View file

@ -15,7 +15,7 @@ const loggerStream = winstonStream(winston, 'info');
const eclient = new elasticsearch.Client({
host: 'http://localhost:9200',
log : {
log: {
level : 'info',
type : 'stream',
stream: loggerStream,