3 lines
79 B
TypeScript
3 lines
79 B
TypeScript
import db from '../../db/mongodb';
|
|
|
|
export default db.collection('following');
|