[파일 업로드] tusHook 작업
- 진행중
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user