From 3a7cadfbde61008c2d3c286fb015bdba79ec8cb0 Mon Sep 17 00:00:00 2001 From: m Date: Sun, 12 Jul 2026 10:11:58 +0200 Subject: [PATCH] modifying message --- backend/internal/handlers/files.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/internal/handlers/files.go b/backend/internal/handlers/files.go index 701e19e..9736e30 100644 --- a/backend/internal/handlers/files.go +++ b/backend/internal/handlers/files.go @@ -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