Merge pull request 'fix: shipimg 경로 충돌 수정' (#58) from feature/dashboard-phase-1 into develop

This commit is contained in:
htlee 2026-02-20 02:17:35 +09:00
커밋 60f24a61a5

파일 보기

@ -34,7 +34,7 @@ public class ShipImageControllerV2 {
private final ShipImageService shipImageService; private final ShipImageService shipImageService;
@GetMapping("/{imo}") @GetMapping("/{imo:\\d+}")
@Operation( @Operation(
summary = "선박 이미지 경로 조회", summary = "선박 이미지 경로 조회",
description = "IMO 번호로 선박 이미지 경로 목록을 조회합니다. 프론트엔드에서 썸네일은 path + '_1.jpg', 원본은 path + '_2.jpg'를 사용합니다." description = "IMO 번호로 선박 이미지 경로 목록을 조회합니다. 프론트엔드에서 썸네일은 path + '_1.jpg', 원본은 path + '_2.jpg'를 사용합니다."