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

Class

backend/src/Bus/bus.controller.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19@Controller('bus')
20@UsePipes(ValidationPipe)
21export class BusController {
22 constructor(
23 private readonly busService: BusService,
24 private readonly redis: RedisService

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected