ctrl+return to send, english default source
All checks were successful
mozhi pipeline / Push Docker image to Codeberg docker registry (push) Successful in 2m57s
mozhi pipeline / Build and publish artifacts (push) Successful in 12m55s

This commit is contained in:
2023-09-10 19:11:45 +05:30
parent a2ae02f6d7
commit 197296e91f
2 changed files with 21 additions and 3 deletions

View File

@@ -62,5 +62,6 @@ func HandleIndex(c *fiber.Ctx) error {
"To": to,
"TtsFrom": ttsFrom,
"TtsTo": ttsTo,
"defaultLang": "en",
})
}