This website requires JavaScript.
Explore
Help
Sign In
monkee.ch
/
monkeeShark
Watch
1
Star
0
Fork
You've already forked monkeeShark
0
Code
Pull requests
Activity
87d14a9545
monkeeShark
/
src
/
api
/
models
/
following.ts
4 lines
79 B
TypeScript
Raw
Normal View
History
Unescape
Escape
:v:
2017-01-17 00:12:33 +00:00
import
db
from
'../../db/mongodb'
;
export
default
db
.
collection
(
'following'
)
;
Copy permalink