From 4899700bf9b18a679935d818b6645f1f5378f45b Mon Sep 17 00:00:00 2001 From: morteza-mortezai Date: Wed, 8 Oct 2025 09:54:21 +0330 Subject: [PATCH] fix: api comments --- src/modules/return/return.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/return/return.controller.ts b/src/modules/return/return.controller.ts index d1e302c..bd6d02f 100644 --- a/src/modules/return/return.controller.ts +++ b/src/modules/return/return.controller.ts @@ -19,7 +19,7 @@ class ReturnController extends BaseController { //return an item of order - @ApiOperation("get list of items that user returned ==> login as user") + @ApiOperation("get list of user returned orders ==> login as user") @ApiResponse("successful", HttpStatus.Ok) @ApiAuth() @httpGet("/user", Guard.authUser())