This commit is contained in:
parent
516d3d600a
commit
b05bee58d2
23 changed files with 371 additions and 446 deletions
3
src/api/models/post-reaction.ts
Normal file
3
src/api/models/post-reaction.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import db from '../../db/mongodb';
|
||||
|
||||
export default db.get('post_reactions') as any; // fuck type definition
|
||||
Loading…
Add table
Add a link
Reference in a new issue