Sharkey/src/api/models/messaging-history.ts

4 lines
89 B
TypeScript
Raw Normal View History

2017-01-17 02:12:33 +02:00
import db from '../../db/mongodb';
export default db.collection('messaging_histories');