Refactor server with Sequelize ORM, refactor server configs, now will show note status (created or updated) and support docs (note alias)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var config = require('../../config');
|
||||
var config = require('../config');
|
||||
|
||||
if (typeof ot === 'undefined') {
|
||||
var ot = {};
|
||||
|
||||
Reference in New Issue
Block a user