summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/gallery/posts/show.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/api/endpoints/gallery/posts/show.ts')
-rw-r--r--src/server/api/endpoints/gallery/posts/show.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/api/endpoints/gallery/posts/show.ts b/src/server/api/endpoints/gallery/posts/show.ts
index 777fb76e3a..93852a5f8d 100644
--- a/src/server/api/endpoints/gallery/posts/show.ts
+++ b/src/server/api/endpoints/gallery/posts/show.ts
@@ -1,8 +1,8 @@
import $ from 'cafy';
-import { ID } from '@/misc/cafy-id.js';
-import define from '../../../define.js';
-import { ApiError } from '../../../error.js';
-import { GalleryPosts } from '@/models/index.js';
+import { ID } from '@/misc/cafy-id';
+import define from '../../../define';
+import { ApiError } from '../../../error';
+import { GalleryPosts } from '@/models/index';
export const meta = {
tags: ['gallery'],