Remove todos os logs e refina back-end

This commit is contained in:
LeoMortari
2025-09-15 09:28:13 -03:00
parent 896184be94
commit f3ec966c3d
10 changed files with 10 additions and 156 deletions

View File

@@ -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],