fix: XHR + cache-busting ?_=Date.now() чтобы исключить connection reuse
Deploy drhider / validate (push) Waiting to run

This commit is contained in:
2026-07-14 10:31:26 +04:00
parent b6dac6f2bd
commit 0ceaee1089
3 changed files with 1807 additions and 6 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ if _sys_path_root not in sys.path:
sys.path.insert(0, _sys_path_root)
# Версия приложения (меняется при изменениях)
VERSION = "0.0.19"
VERSION = "0.0.20"
def create_app():