주석 변경
This commit is contained in:
parent
2641cb258f
commit
5539432b61
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user