Skip to content

fix(fastapi): remove trailing slashes from fastapi-driven links

Kevin Morris requested to merge kevr/aurweb:fix-trailing-slashes into pu

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.

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

Merge request reports