From 079f2098e3047c299b2e6d113efee26f1edad361 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 7 Jun 2017 00:44:26 +0900 Subject: WIP #161 --- src/api/models/post-watching.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/api/models/post-watching.ts (limited to 'src/api/models') diff --git a/src/api/models/post-watching.ts b/src/api/models/post-watching.ts new file mode 100644 index 0000000000..41d37e2703 --- /dev/null +++ b/src/api/models/post-watching.ts @@ -0,0 +1,3 @@ +import db from '../../db/mongodb'; + +export default db.get('post_watching') as any; // fuck type definition -- cgit v1.2.3-freya