Skip to content

Commit

Permalink
fix: do not use scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Foveluy committed Apr 12, 2018
1 parent a9a7413 commit 74acba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Blueprint {
}
}
getRoute() {
this.scanController()
// this.scanController()
return this.router
}

Expand Down

0 comments on commit 74acba4

Please sign in to comment.