add content
This commit is contained in:
+2
-1
@@ -2,9 +2,10 @@ import { Module } from '@nestjs/common';
|
||||
|
||||
import { AppController } from './app.controller';
|
||||
import { AppService } from './app.service';
|
||||
import { ContentModule } from './modules/content/content.module';
|
||||
|
||||
@Module({
|
||||
imports: [],
|
||||
imports: [ContentModule],
|
||||
controllers: [AppController],
|
||||
providers: [AppService],
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user