Added apiDoc and eslinted some code
Added basic apiDoc generation and eslinted some code.
This commit is contained in:
parent
254dd9fb71
commit
57b4e7cad0
7 changed files with 254 additions and 66 deletions
server/utils/importer
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue