Remove todos os logs e refina back-end
This commit is contained in:
@@ -9,7 +9,6 @@ import { VideosController } from './videos/videos.controller';
|
||||
import { UsuariosModule } from './usuarios/usuarios.module';
|
||||
import { LoggerMiddleware } from './middleware/logger.middleware';
|
||||
import { RolesGuard } from './auth/roles.guard';
|
||||
import { TestModule } from './test/test.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -18,7 +17,6 @@ import { TestModule } from './test/test.module';
|
||||
VideosModule,
|
||||
AuthModule,
|
||||
UsuariosModule,
|
||||
TestModule,
|
||||
],
|
||||
controllers: [AppController],
|
||||
providers: [AppService, RolesGuard],
|
||||
|
||||
Reference in New Issue
Block a user