modifying message

This commit is contained in:
m
2026-07-12 10:11:58 +02:00
parent 67fadc4b37
commit 3a7cadfbde
+2 -2
View File
@@ -178,8 +178,8 @@ func (h *Handlers) UploadFiles(c *gin.Context) {
if err != nil {
c.JSON(http.StatusBadRequest, gin.H{
"error": gin.H{
"code": "NOT_FOUND",
"message": "form file with file name missing",
"code": "ERROR_PARSING",
"message": "Error while parsing multipart form",
},
})
return