remove tdblabel from app.js
This commit is contained in:
3
app.js
3
app.js
@@ -11,9 +11,6 @@ low = require('lowdb');
|
|||||||
let config = low('config.json');
|
let config = low('config.json');
|
||||||
let db = low('db.json');
|
let db = low('db.json');
|
||||||
|
|
||||||
let tbdLabel = config.get('mainConfig').chain().find({ param: 'tbdLabel' }).value()['value'];
|
|
||||||
//let tbdLabel = config.get('mainConfig').chain().find({ param: 'tbdLabel' }).value()['value'];
|
|
||||||
|
|
||||||
let routes = require('./routes/routes'),
|
let routes = require('./routes/routes'),
|
||||||
app = express();
|
app = express();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user