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

4 lines
72 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('following');