enhance the urls name

This commit is contained in:
faris Aljohari
2024-10-08 01:17:31 -05:00
parent 898791ae93
commit 88f3558589
2 changed files with 4 additions and 4 deletions

View File

@ -83,7 +83,7 @@ export class UserAuthController {
@ApiBearerAuth()
@UseGuards(SuperAdminRoleGuard)
@Get('user/list')
@Get('user')
async userList() {
const userList = await this.userAuthService.userList();
return {