diff --git a/src/v2/api/controllers/GroupController.ts b/src/v2/api/controllers/GroupController.ts index 3fa8e52f..3bb908f3 100644 --- a/src/v2/api/controllers/GroupController.ts +++ b/src/v2/api/controllers/GroupController.ts @@ -101,7 +101,7 @@ export class GroupController { Unauthorized`, }) @UseGuards(TelegramGuard) - @Get('/telegramGroups') + @Get('/telegram/groups') async getGroupsWithTelegramGroups () { const groups = await this.groupService.getGroupsWithTelegramGroups(); return this.groupMapper.getGroupsWithTelegramGroups(groups);