API config 개발서버 url 추가

This commit is contained in:
2025-11-26 10:27:55 +09:00
parent e96cff6ea5
commit 02f00ca480
2 changed files with 3 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
@Tag(name = "분석결과", description = "추론관리 분석결과")
@Tag(name = "추론관리 분석결과", description = "추론관리 분석결과")
@RequestMapping("/api/inf/res")
@RequiredArgsConstructor
@RestController