|
|
@@ -9,9 +9,9 @@ import { ThrottlerModule } from '@nestjs/throttler'
|
|
|
import * as Yup from 'yup'
|
|
|
import { SmsModule } from './sms/sms.module'
|
|
|
import { DevtoolsModule } from '@nestjs/devtools-integration'
|
|
|
-import { AuthModule } from './auth/auth.module';
|
|
|
-import { FileModule } from './file/file.module';
|
|
|
-import { ChatModule } from './chat/chat.module';
|
|
|
+import { AuthModule } from './auth/auth.module'
|
|
|
+import { FileModule } from './file/file.module'
|
|
|
+import { ChatModule } from './chat/chat.module'
|
|
|
|
|
|
@Module({
|
|
|
imports: [
|