mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
refactor: Image Controller 수정
This commit is contained in:
parent
2ce3f59022
commit
980e619a9e
@ -40,7 +40,7 @@ public class ImageController {
|
|||||||
* @param file 업로드할 이미지 파일
|
* @param file 업로드할 이미지 파일
|
||||||
* @return 업로드 결과
|
* @return 업로드 결과
|
||||||
*/
|
*/
|
||||||
@PostMapping(value = "/menu/images/{menuId}", consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
|
@PostMapping(value = "/menu/images/menu/{menuId}", consumes = MediaType.MULTIPART_FORM_DATA_VALUE)
|
||||||
@Operation(summary = "메뉴 이미지 업로드", description = "메뉴의 이미지를 Azure Blob Storage에 업로드합니다.")
|
@Operation(summary = "메뉴 이미지 업로드", description = "메뉴의 이미지를 Azure Blob Storage에 업로드합니다.")
|
||||||
@ApiResponses(value = {
|
@ApiResponses(value = {
|
||||||
@ApiResponse(responseCode = "200", description = "이미지 업로드 성공",
|
@ApiResponse(responseCode = "200", description = "이미지 업로드 성공",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user