This website requires JavaScript.
Explore
Help
Sign In
mirror
/
hotomoe
Watch
1
Star
0
Fork
0
You've already forked hotomoe
mirror of
https://github.com/hotomoe/hotomoe
synced
2024-12-29 05:58:06 +09:00
Code
c4e517ab15
hotomoe
/
src
/
api
/
models
/
following.ts
4 lines
79 B
TypeScript
Raw
Normal View
History
Unescape
Escape
:v:
2017-01-17 09:12:33 +09:00
import
db
from
'../../db/mongodb'
;
export
default
db
.
collection
(
'following'
)
;
Copy Permalink