mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 23:28:11 +00:00
refactor( iam ): migrate guest booking to IAM; make Passenger.userId nullable
This commit is contained in:
@@ -5,5 +5,6 @@ import { PassengerAuthService } from './passenger-auth.service';
|
||||
@Module({
|
||||
controllers: [AuthController],
|
||||
providers: [PassengerAuthService],
|
||||
exports: [PassengerAuthService],
|
||||
})
|
||||
export class AuthModule {}
|
||||
|
||||
Reference in New Issue
Block a user