fix: ошибки на экран, favicon из корня, убрал иконку из topbar, v1.0.2
Deploy loadtest / validate (push) Waiting to run

This commit is contained in:
2026-07-10 08:29:47 +04:00
parent ee972377a5
commit 25c0b17f91
4 changed files with 69 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from flask import Flask, render_template, request
app = Flask(__name__)
VERSION = '1.0.1'
VERSION = '1.0.2'
@app.route('/')