diff --git a/apps/backend/src/app/groups/groups.controller.ts b/apps/backend/src/app/groups/groups.controller.ts index 3cf5110..f63ac32 100644 --- a/apps/backend/src/app/groups/groups.controller.ts +++ b/apps/backend/src/app/groups/groups.controller.ts @@ -25,6 +25,7 @@ export class GroupsController { @Query("search", new DefaultValuePipe("")) search: string, ) {} + //TODO DTO @Post("new") async newGroup() {}