mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-13 03:39:10 +00:00
Merge branch 'main' into feature/stt-ai - 로그 파일 충돌 해결
This commit is contained in:
@@ -23,7 +23,7 @@ import jakarta.validation.Valid;
|
||||
*/
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/api/v1/stt/recordings")
|
||||
@RequestMapping("/api/stt/recordings")
|
||||
@RequiredArgsConstructor
|
||||
@Validated
|
||||
@Tag(name = "녹음 관리", description = "음성 녹음 관리 API")
|
||||
|
||||
@@ -24,7 +24,7 @@ import jakarta.validation.Valid;
|
||||
*/
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/api/v1/stt/transcription")
|
||||
@RequestMapping("/api/stt/transcription")
|
||||
@RequiredArgsConstructor
|
||||
@Validated
|
||||
@Tag(name = "음성 변환", description = "음성-텍스트 변환 API")
|
||||
|
||||
Reference in New Issue
Block a user