MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify / constructor

Method constructor

backend/src/Orders/orders.controller.ts:15–15  ·  view source on GitHub ↗
(private readonly ordersService: OrdersService)

Source from the content-addressed store, hash-verified

13@Controller('orders')
14export class OrdersController {
15 constructor(private readonly ordersService: OrdersService) {}
16 @UseGuards(JwtAuthGuard)
17 @Post('/create')
18 async createOrder(@Req() request: Request) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected