mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
fix redirect
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
2e97ceef45
commit
8e9b08714f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue