Skip to content

Commit

Permalink
corrected example
Browse files Browse the repository at this point in the history
  • Loading branch information
bashleigh authored Feb 25, 2018
1 parent a540d69 commit e817242
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/UserModule/user.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import {
Get,
} from '@nest/common';

import ConfigService from '@bashleigh/config.service';
import {
ConfigService,
} from '@bashleigh/nest-config';

@Controller('user')
export default class UserController {
Expand All @@ -19,4 +21,4 @@ export default class UserController {
live: live,
};
}
}
}

0 comments on commit e817242

Please sign in to comment.