썸네일 업로드 구현

This commit is contained in:
static
2025-07-05 16:55:09 +09:00
parent c236242136
commit eaf2d7f202
6 changed files with 60 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ export const GET: RequestHandler = async ({ locals, params }) => {
return json(
fileThumbnailInfoResponse.parse({
updatedAt: updatedAt.toISOString(),
encContentIv,
contentIv: encContentIv,
} satisfies FileThumbnailInfoResponse),
);
};