모델관리 목록 API 커밋

This commit is contained in:
2025-12-18 10:55:30 +09:00
parent b9e3665c8f
commit f8dad3a259
14 changed files with 603 additions and 1 deletions

View File

@@ -22,8 +22,9 @@ import org.springframework.web.bind.annotation.*;
@Tag(name = "모델 관리", description = "모델 관리 API")
@RequiredArgsConstructor
@RestController
@RequestMapping("/api/model")
@RequestMapping("/api/model/deprecated")
@Transactional
@Deprecated
public class ModelMngApiController {
private final ModelMngService modelMngService;