Create speech while requesting

This commit is contained in:
Hongbo Wu
2022-08-17 10:51:39 +08:00
parent 301746d494
commit b0bf4fc5ce
4 changed files with 45 additions and 8 deletions

View File

@ -120,7 +120,7 @@ export const createApp = (): {
app.use('/svc/pubsub/integrations', integrationsServiceRouter())
app.use('/svc/reminders', remindersServiceRouter())
app.use('/svc/pdf-attachments', pdfAttachmentsRouter())
app.use('/svc/speech', speechServiceRouter())
app.use('/svc/text-to-speech', speechServiceRouter())
if (env.dev.isLocal) {
app.use('/local/debug', localDebugRouter())