feat: 优化项目目录结构
This commit is contained in:
8
apps/backend/src/notification/notification.module.ts
Normal file
8
apps/backend/src/notification/notification.module.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Module } from '@nestjs/common';
|
||||
import { NotificationService } from './notification.service';
|
||||
|
||||
@Module({
|
||||
providers: [NotificationService],
|
||||
exports: [NotificationService],
|
||||
})
|
||||
export class NotificationModule {}
|
||||
Reference in New Issue
Block a user