feat/flask: simplified header structure/locales/routing

This commit is contained in:
2025-06-05 09:27:42 +03:00
committed by Sweetbread
parent 5953266fbc
commit 89a5f8a5ae
10 changed files with 12 additions and 19 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ def index(lang):
@app.route("/<lang>/download")
def download_page(lang):
def download(lang):
if lang not in locales_dict:
abort(404)