Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriyshx authored Feb 20, 2018
1 parent e8a72e6 commit 3ac7618
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/11-swagger/src/app.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Module, NestModule, MiddlewaresConsumer } from '@nestjs/common';
import { Module } from '@nestjs/common';
import { CatsModule } from './cats/cats.module';
import { CatsController } from './cats/cats.controller';

@Module({
imports: [CatsModule],
Expand Down

0 comments on commit 3ac7618

Please sign in to comment.