주석 변경

This commit is contained in:
yoon 2025-02-17 10:31:58 +09:00
parent 2641cb258f
commit 5539432b61

View File

@ -108,7 +108,6 @@ public class UserController {
* @param profile * @param profile
* @param map * @param map
* @return ApiResponse<Integer> * @return ApiResponse<Integer>
* @throws RuntimeException 파일 업로드 실패
*/ */
@PostMapping("/join") @PostMapping("/join")
public ApiResponse<Integer> register(@RequestParam("memberPrf") MultipartFile memberPrf, @ReqMap MapDto map) { public ApiResponse<Integer> register(@RequestParam("memberPrf") MultipartFile memberPrf, @ReqMap MapDto map) {