메뉴 목록 가져오는 로직 추가, demo api url 삭제

This commit is contained in:
2025-12-09 16:59:31 +09:00
parent 294ee8142f
commit 2423478b0b
9 changed files with 220 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.*;
@Tag(name = "변화탐지", description = "변화탐지 API")
@RequiredArgsConstructor
@RestController
@RequestMapping({"/api/change-detection", "/demo/api/change-detection"})
@RequestMapping({"/api/change-detection"})
@Transactional
public class ChangeDetectionApiController {