create-categories #79

Open
jacob1123 wants to merge 31 commits from create-categories into master
Showing only changes of commit 99979a35b0 - Show all commits

View File

@ -25,7 +25,6 @@ func (h *Handler) newCategory(c echo.Context) error {
} }
if newCategory.Group == "" { if newCategory.Group == "" {
// TODO Handle new Group here?
return echo.NewHTTPError(http.StatusBadRequest, "category group is required") return echo.NewHTTPError(http.StatusBadRequest, "category group is required")
} }