Skip to content

Commit

Permalink
deleted commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
dzgierski19 committed Jun 3, 2024
1 parent 3e0077b commit ac24bc8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
import { MiddlewareConsumer, Module, RequestMethod } from '@nestjs/common';
import { Module } from '@nestjs/common';

import { AnimalsModule } from './animals/animals.module';
// import { LoggerMiddleware } from './middleware/pagination.middleware';

@Module({
imports: [AnimalsModule],
})
export class AppModule {
// configure(consumer: MiddlewareConsumer) {
// consumer
// .apply(LoggerMiddleware)
// .forRoutes({ path: 'animals', method: RequestMethod.GET });
// }
}
export class AppModule {}

0 comments on commit ac24bc8

Please sign in to comment.