Skip to content

Commit cb6894b

Browse files
committed
[refactor] 푸드트럭 상세조회 API 엔드포인트 수정 (#53)
1 parent b53bdf1 commit cb6894b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/konkuk/chacall/domain/foodtruck/presentation/FoodTruckController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public BaseResponse<Void> deleteFoodTruckImagesFromS3(
137137
description = "푸드트럭의 상세 정보를 조회합니다."
138138
)
139139
@ExceptionDescription(SwaggerResponseDescription.GET_FOOD_TRUCK_DETAILS)
140-
@GetMapping("/{foodTruckId}/details")
140+
@GetMapping("/{foodTruckId}")
141141
public BaseResponse<FoodTruckDetailResponse> getFoodTruckDetails(
142142
@Parameter(description = "푸드트럭 ID", example = "1") @PathVariable final Long foodTruckId,
143143
@Parameter(hidden = true) @UserId final Long memberId

0 commit comments

Comments
 (0)