Skip to content
Snippets Groups Projects
Commit c5592cf8 authored by Pedro Pablo Cardona Arroyave's avatar Pedro Pablo Cardona Arroyave
Browse files

Merge branch '253-clasifie-if-a-product-is-not-vegan-not-vegetarian-and-haram' into 'main'

Group default level was added

Closes #253

See merge request idatt2106-v23-03/backend!207
parents 1193559d e4af78bc
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,8 @@ public class GroupController {
Group group = new Group();
group.setGroupName(groupRequest.groupName());
group.setPoints(10);
group.setLevel(0);
Group createdGroup = groupService.createGroup(group);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment