added exception messages to controllers

This commit is contained in:
Fran Jurmanović
2022-02-20 10:38:08 +01:00
parent 1b418ec5a2
commit 341647ccd9
18 changed files with 516 additions and 182 deletions

View File

@@ -23,4 +23,4 @@ func CORSMiddleware() gin.HandlerFunc {
c.Next()
}
}
}