1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-28 13:38:08 +09:00
hotomoe/src/api/models/appdata.ts

4 lines
70 B
TypeScript
Raw Normal View History

2017-01-17 09:12:33 +09:00
import db from '../../db/mongodb';
2017-01-17 10:39:21 +09:00
export default db.get('appdata');