views/attachment.ts -> views/mastodon/attachments.ts

This commit is contained in:
Alex Gleason
2023-10-06 15:19:13 -05:00
parent 180fdbd1c9
commit 981d0ee693
4 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import { AppController } from '@/app.ts';
import { z } from '@/deps.ts';
import { fileSchema } from '@/schema.ts';
import { parseBody } from '@/utils/web.ts';
import { renderAttachment } from '@/views/attachment.ts';
import { renderAttachment } from '@/views/mastodon/attachments.ts';
import { uploadFile } from '@/upload.ts';
const mediaBodySchema = z.object({