|
|
@@ -28,11 +28,11 @@ import { CommentModule } from './comment/comment.module'
|
|
|
import { ChatPdfModule } from './chat-pdf/chat-pdf.module'
|
|
|
import { LikesModule } from './likes/likes.module'
|
|
|
import { ConditionModule } from './condition/condition.module'
|
|
|
-import { OrgModule } from './org/org.module';
|
|
|
-import { KnowledgeBaseModule } from './knowledge-base/knowledge-base.module';
|
|
|
+import { OrgModule } from './org/org.module'
|
|
|
+import { KnowledgeBaseModule } from './knowledge-base/knowledge-base.module'
|
|
|
import { FormModule } from './form/form.module'
|
|
|
import { WebModule } from './web/web.module'
|
|
|
-import { PaperModule } from './paper/paper.module';
|
|
|
+import { PaperModule } from './paper/paper.module'
|
|
|
@Module({
|
|
|
imports: [
|
|
|
DevtoolsModule.register({
|
|
|
@@ -74,8 +74,7 @@ import { PaperModule } from './paper/paper.module';
|
|
|
cli: {
|
|
|
migrationsDir: config.get<string>('TYPEORM_MIGRATIONS_DIR'),
|
|
|
subscribersDir: config.get<string>('TYPEORM_SUBSCRIBERS_DIR')
|
|
|
- },
|
|
|
- logging: true
|
|
|
+ }
|
|
|
})
|
|
|
}),
|
|
|
TypeOrmModule.forRootAsync({
|
|
|
@@ -125,7 +124,7 @@ import { PaperModule } from './paper/paper.module';
|
|
|
{
|
|
|
provide: APP_FILTER,
|
|
|
useClass: AllExceptionsFilter
|
|
|
- },
|
|
|
+ }
|
|
|
]
|
|
|
})
|
|
|
-export class AppModule { }
|
|
|
+export class AppModule {}
|