rename file

This commit is contained in:
Sukchan Lee 2017-06-11 00:05:12 +09:00
parent 798ec79bac
commit 8696c35cd3
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ const secret = process.env.SECRET_KEY || 'change-me';
const api = require('./routes');
const Account = require('./models/account2.js');
const Account = require('./models/account.js');
mongoose.Promise = global.Promise;
const db = mongoose.connection;