aurweb/aurweb/routers
Kevin Morris 71e73ca654
fix(routers.pkgbase): fix next argument for merge redirection
This was redirecting us to the package which we merged, leading
us into a 404. This fixes that issue by instead redirecting us
into the target we merge into.

Closes #231

Signed-off-by: Kevin Morris <kevr@0cost.org>
2022-01-03 22:25:35 -08:00
..
__init__.py change(python): centralize router inclusion 2022-01-02 01:52:28 -08:00
accounts.py feat(auth): add requires_{auth,guest} decorators 2022-01-02 16:57:42 -08:00
auth.py feat(auth): add requires_{auth,guest} decorators 2022-01-02 16:57:42 -08:00
html.py fix(FastAPI): Use HTTPStatus instead of raw number 2021-12-01 21:15:49 +00:00
packages.py feat(auth): add requires_{auth,guest} decorators 2022-01-02 16:57:42 -08:00
pkgbase.py fix(routers.pkgbase): fix next argument for merge redirection 2022-01-03 22:25:35 -08:00
requests.py feat(auth): add requires_{auth,guest} decorators 2022-01-02 16:57:42 -08:00
rpc.py feat(rpc): support the If-None-Match request header 2021-10-31 01:22:54 -07:00
rss.py change(fastapi): simplify model imports across code-base 2021-10-16 19:40:00 -07:00
sso.py fix(FastAPI): Use HTTPStatus instead of raw number 2021-12-01 21:15:49 +00:00
trusted_user.py feat(auth): add requires_{auth,guest} decorators 2022-01-02 16:57:42 -08:00