mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 13:28:11 +00:00
add staff user list endpoint
This commit is contained in:
@@ -19,6 +19,8 @@ import { ForgotPasswordController } from './forgot-password.controller';
|
||||
import { ForgotPasswordService } from './forgot-password.service';
|
||||
import { FreightMeController } from './freight-me.controller';
|
||||
import { FreightMeService } from './freight-me.service';
|
||||
import { ListUsersController } from './list-users.controller';
|
||||
import { ListUsersService } from './list-users.service';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -39,8 +41,10 @@ import { FreightMeService } from './freight-me.service';
|
||||
CheckAvailabilityController,
|
||||
ForgotPasswordController,
|
||||
CustomerResetController,
|
||||
ListUsersController,
|
||||
],
|
||||
providers: [
|
||||
ListUsersService,
|
||||
FreightMeService,
|
||||
AccountService,
|
||||
CheckAvailabilityService,
|
||||
|
||||
Reference in New Issue
Block a user