aurweb/templates/account
Kevin Morris 267f2cb2c4
fix(fastapi): remove trailing slashes from fastapi-driven links
With our FastAPI server, trailing slashes causes a 307 redirect
which ends up redirecting users to routes which do not contain
trailing slashes. This removes trailing slashes from our templates
where FastAPI is concerned to avoid unnecessary redirects.

There may still be links or usages around which have unnecessary
usages of a trailing slash; please keep a look out for these and
remove them where possible.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-18 22:42:40 -07:00
..
edit.html add account edit (settings) routes 2021-06-05 20:11:17 -07:00
index.html add /accounts/ (get, post) routes 2021-07-01 11:08:56 -07:00
search.html fix(fastapi): remove trailing slashes from fastapi-driven links 2021-10-18 22:42:40 -07:00
show.html fix(FastAPI): correct HTML tags and indentation 2021-10-18 14:51:01 -04:00