diff --git a/app.js b/app.js index bb09871..425b36f 100755 --- a/app.js +++ b/app.js @@ -41,7 +41,7 @@ app.get('/', (req, res) => { /** * Pipe the synthesize method */ -app.get('/api/v33/synthesize', async (req, res, next) => { +app.get('/api/v3/synthesize', async (req, res, next) => { try { const { result } = await textToSpeech.synthesize(req.query); const transcript = result;