merge-requests/1/merge
Matthew 2019-11-16 19:55:00 -05:00
parent 428898f085
commit ceb2e54e99
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ export default class Server {
try {
// eslint-disable-next-line new-cap
const route: Route = new (require(`${__dirname}/routes/${routeFile}`).default)(this);
this.client.signale.debug(route);
route.bind();
this.routes.set(route.conf.path, route);
this.app.use(route.conf.path, route.router);