This commit is contained in:
Evgenii Abramov
2021-05-16 19:02:01 +03:00
parent ce696da495
commit a580eaa666

2
app.js
View File

@@ -5,7 +5,7 @@ const path = require('path');
/* */ /* */
const {createLogger, format, transports} = require('winston'); const {createLogger, format, transports} = require('winston');
const {combine, timestamp, printf} = format; const {combine, timestamp, printf} = format;
var nullTransport = require('winston-null'); const {NullTransport: nullTransport} = require('winston-null');
/* express and https */ /* express and https */
const ejs = require('ejs'); const ejs = require('ejs');
const express = require('express'); const express = require('express');