Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Braineanear/EcommerceAPI
/
Class
monolithic/src/app/modules/size/size.controller.ts:16–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
@Controller(
'sizes'
)
15
@Roles(RoleTypeEnum.All)
16
export
class
SizeController {
17
constructor(private readonly service: SizeService) {}
18
19
@Post()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected