[파일 업로드] tusHook 작업

- 진행중
This commit is contained in:
2026-03-05 17:18:50 +09:00
parent 0a6228d66b
commit d021c736ad
@@ -84,6 +84,7 @@ public class FileController {
@PostMapping("/tusHook")
public ResponseEntity<ApiResponse<String>> tusHook(@RequestBody TusHookForm tusHookForm) {
log.info("tusHookForm: {}", tusHookForm);
fileService.insertFileAndSave(tusHookForm.tusHookDto());
return ApiResponse.entity("", ApiResponseCode.CODE_200);
}