diff --git a/lib/index.js b/lib/index.js index 22c3f4d..5c5415b 100755 --- a/lib/index.js +++ b/lib/index.js @@ -71,7 +71,7 @@ class Blueprint { } } getRoute() { - this.scanController() + // this.scanController() return this.router }