summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/posts/reactions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/posts/reactions.ts')
-rw-r--r--src/server/api/endpoints/posts/reactions.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/api/endpoints/posts/reactions.ts b/src/server/api/endpoints/posts/reactions.ts
index f753ba7c29..da733f5337 100644
--- a/src/server/api/endpoints/posts/reactions.ts
+++ b/src/server/api/endpoints/posts/reactions.ts
@@ -2,8 +2,8 @@
* Module dependencies
*/
import $ from 'cafy';
-import Post from '../../models/post';
-import Reaction, { pack } from '../../models/post-reaction';
+import Post from '../../../../models/post';
+import Reaction, { pack } from '../../../../models/post-reaction';
/**
* Show reactions of a post