diff --git a/src/index.ts b/src/index.ts index 45ebcba..56accb1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,7 +15,7 @@ export default async function dectalk(text: string): Promise { } // Format request URL - const url = new URL('http://tts.cyzon.us/tts'); + const url = new URL('https://tts.cyzon.us/tts'); url.search = new URLSearchParams({ text }).toString(); // Send request