swag fmt + clarify translate engine all

This commit is contained in:
2023-08-27 21:29:14 +05:30
parent 2210bcfd11
commit 5d02d7b5af

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"