Skip to content

Commit

Permalink
Merge pull request #29 from EWHA-THON-E-BUS/develop
Browse files Browse the repository at this point in the history
[배포] devlop 브랜치 main으로 머지
  • Loading branch information
Soyeon-Cha authored Mar 17, 2024
2 parents ba95232 + 099a419 commit 8defafe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public String deleteLostItem(@PathVariable("item_id") Long itemId) {
@Operation(summary = "핀한 정류장 리스트 조회")
@ApiResponse(responseCode = "200", description = "조회 성공")
// 분실물 글 상세 조회
@GetMapping
@GetMapping("/{item_id}")
@ResponseStatus(HttpStatus.OK)
public ItemPostResDto getLostItemDetail (@PathVariable("item_id") Long itemId){
return lostItemService.getLostItemDetail(itemId);
Expand Down

0 comments on commit 8defafe

Please sign in to comment.