Skip to content
  • Kevin Morris's avatar
    fix(fastapi): remove trailing slashes from fastapi-driven links · 267f2cb2
    Kevin Morris authored
    
    
    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's avatarKevin Morris <kevr@0cost.org>
    267f2cb2