add bot wsp
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Controller } from '@nestjs/common';
|
||||
import { SchedulingService } from './scheduling.service';
|
||||
|
||||
@Controller('scheduling')
|
||||
export class SchedulingController {
|
||||
constructor(private readonly schedulingService: SchedulingService) {}
|
||||
}
|
||||
Reference in New Issue
Block a user