Berufegōru
Results
2
comments of
Berufegōru
Hey guys, I just found about MeteorJs and thought giving it a try. I faced thesame issue when starting my app, becore I received "illigal instrution" when stating mongo InterR....
this is my blog routes ```javascript export default class BlogRoutes { constructor() { this.blogController = new BlogController(); this.authenticationMiddleware = new AuthenticationMiddleware(); this.deviceDetector = new DeviceDetectorMiddleware(); } /* initialize blog routes...