From 35e658a3f680dc6422c4f1c4e543b430c2d0806a Mon Sep 17 00:00:00 2001 From: hannathkadher Date: Sun, 2 Mar 2025 15:45:26 +0400 Subject: [PATCH] fixed tag controller --- src/tags/controllers/tags.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tags/controllers/tags.controller.ts b/src/tags/controllers/tags.controller.ts index 375e2c6..0403147 100644 --- a/src/tags/controllers/tags.controller.ts +++ b/src/tags/controllers/tags.controller.ts @@ -32,7 +32,7 @@ export class TagController { @ApiBearerAuth() @UseGuards(JwtAuthGuard) - @Get('tagUuid') + @Get() @ApiOperation({ summary: ControllerRoute.TAG.ACTIONS.GET_TAGS_BY_PROJECT_SUMMARY, description: ControllerRoute.TAG.ACTIONS.GET_TAGS_BY_PROJECT_DESCRIPTION,