Add API reference link

This commit is contained in:
Starbeamrainbowlabs 2019-04-28 17:58:22 +01:00
parent 1cf10d8aa5
commit e543c59e78
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 1 deletions

View File

@ -63,7 +63,9 @@ router.get("/files/::filepath", (context, _next) => context.send.plain(200, `You
The `context` argument there is of type `RouterContext`. Check out the API reference (link below) to learn about the other useful properties it has.
### Reference
TODO: Generate reference from code automatically
API docs are generated automatically. View them here:
<https://starbeamrainbowlabs.com/code/powahroot/docs/>
## Licence
Everything in this repository _except_ the logo is licenced under the _Mozilla Public License 2.0.