inmemory to postgres
This commit is contained in:
9
apps/api/src/domain/notifications/NotificationsModule.ts
Normal file
9
apps/api/src/domain/notifications/NotificationsModule.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
|
||||
import { NotificationsPersistenceModule } from '../../persistence/notifications/NotificationsPersistenceModule';
|
||||
|
||||
@Module({
|
||||
imports: [NotificationsPersistenceModule],
|
||||
exports: [NotificationsPersistenceModule],
|
||||
})
|
||||
export class NotificationsModule {}
|
||||
Reference in New Issue
Block a user