Small fixes

This commit is contained in:
rubenwardy
2022-02-09 19:11:31 +00:00
parent f61112a8d7
commit 2bbb117eac
8 changed files with 19 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ Generally, you want to start by finding the endpoint and then seeing the code it
Endpoints are sensibly organised in `app/blueprints`.
You can also use a file search. For example, to find the package edit endpoint, search for `.route("/packages/<author>/<name>/edit/")`.
You can also use a file search. For example, to find the package edit endpoint, search for `"/packages/<author>/<name>/edit/"`.
## Users and Permissions