We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb24b4 commit 90ef8a7Copy full SHA for 90ef8a7
API.md
@@ -182,7 +182,7 @@ Returns router middleware which dispatches a route matching the request.
182
<a name="module_koa-router--Router+use"></a>
183
184
#### router.use([path], middleware) ⇒ <code>Router</code>
185
-Use given middleware.
+Use given middleware, __if and only if__, a route is matched.
186
187
Middleware run in the order they are defined by `.use()`. They are invoked
188
sequentially, requests start at the first middleware and work their way
0 commit comments