모델관리 목록 API 커밋
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user