Skip to content
  • Kevin Morris's avatar
    feat(FastAPI): add /packages (post) · c588a4e8
    Kevin Morris authored
    
    
    The POST /packages route takes an `action`, `merge_into` and `confirm`
    form data arguments. It then routes over to `action`'s callback provided
    by `PACKAGE_ACTIONS`. This commit does not implement actions, but
    mocks out the flow we would expect from the POST route.
    
    Signed-off-by: Kevin Morris's avatarKevin Morris <kevr@0cost.org>
    c588a4e8