Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeedu/imersaofc5
/
Class
nestjs/src/orders/orders.controller.ts:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
@UseGuards(TokenGuard)
21
@Controller(
'orders'
)
22
export
class
OrdersController {
23
constructor(private readonly ordersService: OrdersService) {}
24
25
@Post()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected