This commit is contained in:
2026-04-03 00:34:08 +03:00
parent 297648d4a2
commit 3f67d21fc9
19 changed files with 198 additions and 182 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def render_tmpl(filename: str) -> str:
@bp.route("/")
def index():
return render_tmpl('index.html')
return render_tmpl('index.pug')
@bp.route("/host")
def host():