메뉴 목록 가져오는 로직 추가, demo api url 삭제
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user