koajs / discussions

KoaJS Discussions
2 stars 2 forks source link

Conditional middleware #33

Open wenq1 opened 4 years ago

wenq1 commented 4 years ago

In this example is calling await mw.call (this, ctx, next) still necessary? Can I call await mw (ctx, next) directly?