Fixed the link url to the list of middlewares on docs/api/index.md.
This commit is contained in:
parent
b56531f75d
commit
b047805f9e
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ http.createServer(app.callback()).listen(3001);
|
|||
|
||||
## app.use(function)
|
||||
|
||||
Add the given middleware function to this application. See [Middleware](#middleware) for
|
||||
Add the given middleware function to this application. See [Middleware](https://github.com/koajs/koa/wiki#middleware) for
|
||||
more information.
|
||||
|
||||
## app.keys=
|
||||
|
|
Loading…
Reference in a new issue