Skip to content

Commit

Permalink
hotfix: ๐Ÿš‘ sever restart (#59)
Browse files Browse the repository at this point in the history
* feat: ๋ช‡๊ฐ€์ง€ ์†Œ์†Œํ•œ ์ˆ˜์ •

* refactor: โ™ป๏ธ user ๋””๋ ‰ํ† ๋ฆฌ ๊ตฌ์กฐ ์ˆ˜์ • (#53)

* hotfix: conflict solve (#55)

* refactor: โ™ป๏ธ user ๋””๋ ‰ํ† ๋ฆฌ ๊ตฌ์กฐ ์ˆ˜์ •

* hotfix: conflict solve

* hotfix: ๐Ÿš‘ build error ํ•ด๊ฒฐ (#57)

* refactor: โ™ป๏ธ user ๋””๋ ‰ํ† ๋ฆฌ ๊ตฌ์กฐ ์ˆ˜์ •

* hotfix: conflict solve

* hotfix: ๐Ÿš‘ sever restart
  • Loading branch information
LEEJaeHyeok97 authored Sep 28, 2024
1 parent 38a844e commit c8a81e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,4 @@ public ResponseCustom<List<Routine>> getAllRoutineByUserId(
return ResponseCustom.OK(routineService.findAllRoutineByUserId(userId));
}

@PostMapping("/temp/uploader")
public String uploadTempImage(@ModelAttribute MultipartFile file) {
String url = s3Service.uploadImageToS3(file);
return url;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ public UserInfoResponse getCurrentUserInfo(@Parameter(description = "Accesstoken
return userService.getUserInfo(userId);
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ public UserInfoResponse getUserInfo(Long userId) {
.build();

}
}
}

0 comments on commit c8a81e4

Please sign in to comment.