Results 6 issues of Cesc

I have cloned your project to run an example, but I faced an error cannot found the param source. Can help me fix it

i have got a question. why do you duplicate route inside routeConfig.js and please provide the context to use it

i have a exists key store in redis and i want to add more data to it. any example for this issue. Help me

![Screen Shot 2019-05-29 at 6 32 04 PM](https://user-images.githubusercontent.com/16495198/58621734-40a99f00-82f4-11e9-84d4-ca0a016d64e8.png) i have got error when run test, can help me run it ?

bug

``` export class SecurityService { constructor( private readonly logger: LoggerService ) { this.logger.setContext(`SecurityService`); } } export class SecurityService1 { constructor( private readonly logger: LoggerService ) { this.logger.setContext(`SecurityService1`); } } ```...