Update formatting.

This commit is contained in:
CronyAkatsuki 2024-03-16 18:34:49 +01:00
parent 0b97c205c5
commit 34270dfea0

View File

@ -228,7 +228,7 @@ func Upload(c echo.Context) error {
return c.String(http.StatusOK, fileUrl)
}
return c.HTML(http.StatusOK, "File uploaded at url: <strong>" + fileUrl + "</strong>")
return c.HTML(http.StatusOK, "File uploaded at url: <strong>"+fileUrl+"</strong>")
}
func Delete(c echo.Context) error {