diff options
Diffstat (limited to 'handlers')
| -rw-r--r-- | handlers/handlers.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/handlers.go b/handlers/handlers.go index 1505f08..3fb8e26 100644 --- a/handlers/handlers.go +++ b/handlers/handlers.go @@ -78,7 +78,7 @@ func AddHash(c echo.Context) error {  func VerifyHash(c echo.Context) error {  	// Extract the ID from the request -        id := c.FormValue("idInput") +	id := c.FormValue("idInput")  	// Handle file upload  	file, err := c.FormFile("FileInput")  | 
