fix: разделение клиентов — сервисы из real API, инстансы/операции из polygon (v1.2.28)

This commit is contained in:
2026-08-01 09:22:02 +04:00
parent ca2367724e
commit dcd978808d
4 changed files with 54 additions and 29 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ from routes.api_scenario_defs import bp_defs as api_scenario_defs_bp
# Версия — показывается в топбаре UI. Меняется при КАЖДОМ изменении кода.
# Нужна для фильтрации истории (пользователь видит только записи своей версии).
VERSION = "1.2.27"
VERSION = "1.2.28"
# Flask-приложение с Jinja2-шаблонами из папки templates/
app = Flask(__name__, template_folder="templates", static_folder="static")