mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Replace speech-file with speech in the route
This commit is contained in:
parent
f927f879fd
commit
3cf3d40482
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ interface SpeechInput {
|
|||
secondaryVoice?: string
|
||||
priority?: 'low' | 'high'
|
||||
}
|
||||
const outputFormats = ['mp3', 'speech-marks', 'speech-file']
|
||||
const outputFormats = ['mp3', 'speech-marks', 'speech']
|
||||
const logger = buildLogger('app.dispatch')
|
||||
|
||||
export function articleRouter() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue