Shitty gadgets removed. Some useful gadgets added.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { StaffModule } from '../staff/staff.module';
|
||||
import { TodayController } from './today.controller';
|
||||
import { TodayService } from './today.service';
|
||||
|
||||
@Module({
|
||||
imports: [StaffModule],
|
||||
controllers: [TodayController],
|
||||
providers: [TodayService],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user