Skip to content

Commit

Permalink
fix: Deprecated all-groups router
Browse files Browse the repository at this point in the history
  • Loading branch information
icleitoncosta committed Jun 2, 2023
1 parent 5fd64a7 commit 4f66b99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controller/groupController.ts
Expand Up @@ -24,6 +24,8 @@ import {
export async function getAllGroups(req: Request, res: Response) {
/**
#swagger.tags = ["Group"]
#swagger.deprecated = true
#swagger.summary = 'Deprecated in favor of 'list-chats'
#swagger.autoBody=false
#swagger.security = [{
"bearerAuth": []
Expand Down

0 comments on commit 4f66b99

Please sign in to comment.