From 4f66b99d7f70c5e4e635e49d9fa56f44d8e93253 Mon Sep 17 00:00:00 2001 From: Cleiton Carvalho Date: Thu, 1 Jun 2023 22:12:30 -0300 Subject: [PATCH] fix: Deprecated all-groups router --- src/controller/groupController.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/controller/groupController.ts b/src/controller/groupController.ts index dbfab26819..a4402c401f 100644 --- a/src/controller/groupController.ts +++ b/src/controller/groupController.ts @@ -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": []