Skip to content

[FastAPI] add /addvote/ (get, post) routes

Kevin Morris requested to merge kevr/aurweb:pu_tu_addvote into pu

Primary commit for this MR:

add /addvote/ (get, post) routes

Another part of the "Trusted User" collection of routes.
This allows a Trusted User to create a proposal.

New Routes:

- get `/addvote/`
- post `/addvote/`

Signed-off-by: Kevin Morris <kevr@0cost.org>
Edited by Kevin Morris

Merge request reports