feat(FastAPI): add /pkgbase/{name}/comaintainers (get, post)
Not too much to say here.
feat(FastAPI): add /pkgbase/{name}/comaintainers (get, post)
Changes from PHP:
- Form action now points to `/pkgbase/{name}/comaintainers`.
- When an error occurs, users are sent back to
`/pkgbase/{name}/comaintainers` with an error at the top of the page.
(PHP used to send people to /pkgbase/, which ended up at a blank
search page).
Signed-off-by: Kevin Morris <kevr@0cost.org>
Edited by Kevin Morris