feature: a minimal implementation of staff management is done.
This commit is contained in:
@@ -7,6 +7,7 @@ import { AppService } from './app.service';
|
||||
import { AdminModule } from './admin/admin.module';
|
||||
import { PrismaModule } from '../prisma/prisma.module'; // ✅
|
||||
import { PatientsModule } from './modules/patients/patients.module';
|
||||
import { StaffModule } from './modules/staff/staff.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -17,6 +18,7 @@ import { PatientsModule } from './modules/patients/patients.module';
|
||||
PrismaModule, // ✅ ADD THIS
|
||||
AuthModule,
|
||||
PatientsModule,
|
||||
StaffModule,
|
||||
AdminModule.forRoot(),
|
||||
],
|
||||
controllers: [AppController],
|
||||
|
||||
Reference in New Issue
Block a user