WIP #161
This commit is contained in:
parent
eea09bc376
commit
079f2098e3
4 changed files with 80 additions and 0 deletions
3
src/api/models/post-watching.ts
Normal file
3
src/api/models/post-watching.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import db from '../../db/mongodb';
|
||||
|
||||
export default db.get('post_watching') as any; // fuck type definition
|
||||
Loading…
Add table
Add a link
Reference in a new issue