diff --git a/src/aw/views.py b/src/aw/views.py index 92eb72a..1f39a45 100644 --- a/src/aw/views.py +++ b/src/aw/views.py @@ -393,6 +393,6 @@ def gh(_: str) -> Response: def lh(_: str) -> Response: """Main git organization account""" return flask.redirect( - f"https://git.ari.t/ari.lt/{flask.request.full_path[3:]}", + f"https://git.ari.lt/ari.lt/{flask.request.full_path[3:]}", code=302, )