썸네일 업로드도 새로운 업로드 방식으로 변경

This commit is contained in:
static
2026-01-11 14:07:32 +09:00
parent 3628e6d21a
commit 57c27b76be
17 changed files with 527 additions and 430 deletions

View File

@@ -9,6 +9,7 @@ import {
fileRouter,
hskRouter,
mekRouter,
uploadRouter,
userRouter,
} from "./routers";
@@ -20,6 +21,7 @@ export const appRouter = router({
file: fileRouter,
hsk: hskRouter,
mek: mekRouter,
upload: uploadRouter,
user: userRouter,
});