MCPcopy Create free account
hub / github.com/codeedu/imersaofc5 / create

Method create

nestjs/src/orders/orders.controller.ts:26–28  ·  view source on GitHub ↗
(@Body() createOrderDto: CreateOrderDto)

Source from the content-addressed store, hash-verified

24
25 @Post()
26 create(@Body() createOrderDto: CreateOrderDto) {
27 return this.ordersService.create(createOrderDto);
28 }
29
30 @Get()
31 findAll() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected