remove tdblabel from app.js
This commit is contained in:
parent
b86026d570
commit
cbf949e7b1
3
app.js
3
app.js
@ -11,9 +11,6 @@ low = require('lowdb');
|
||||
let config = low('config.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'),
|
||||
app = express();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user