Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
bugfix #811: fixed endpoint path
Browse files Browse the repository at this point in the history
closes #811
  • Loading branch information
illiakroshka authored and hoshion committed Oct 24, 2023
1 parent ec4e3da commit af02bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/api/controllers/GroupController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit af02bad

Please sign in to comment.