Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

Commit

Permalink
fix: api pathname
Browse files Browse the repository at this point in the history
  • Loading branch information
mamoonraja committed May 8, 2020
1 parent b6d196c commit 12443e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 12443e4

Please sign in to comment.