This commit is contained in:
syuilo 2017-01-17 09:12:33 +09:00
parent 52af143a41
commit 87d14a9545
18 changed files with 59 additions and 34 deletions

View file

@ -1 +1,3 @@
export default global.db.collection('appdata');
import db from '../../db/mongodb';
export default db.collection('appdata');