mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-13 16:29:11 +00:00
Chore: stt 서비스 API 엔드포인트 변경
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