MCPcopy Create free account
hub / github.com/Braineanear/EcommerceAPI /

Class

monolithic/src/app/modules/user/user.controller.ts:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48@Roles(RoleTypeEnum.SuperAdmin, RoleTypeEnum.Admin)
49@ApiBearerAuth()
50export class UserController {
51 constructor(private readonly service: UserService) {}
52
53 @Post()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected