swag fmt + clarify translate engine all

This commit is contained in:
Arya 2023-08-27 21:29:14 +05:30
parent 2210bcfd11
commit 5d02d7b5af
Signed by: arya
GPG Key ID: 842D12BDA50DF120

View File

@ -62,6 +62,7 @@ func HandleTTS(c *fiber.Ctx) error {
// HandleTranslate godoc
// @Summary Translate text
// @Description When engine is set to all, it will return an array of utils.LangOut.
// @Param engine query string true "Engine name"
// @Param from query string true "Source language"
// @Param to query string true "Target language"