Skip to content

Commit

Permalink
Update router.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bosscheng committed Apr 30, 2019
1 parent 3e548ca commit 35ca342
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const regPath = /[:*?+()]/;
// 精准匹配中间件
let handlers = {};


//
function gnext(h, ctx, next) {
if (!h.next) return next;
Expand Down

0 comments on commit 35ca342

Please sign in to comment.