feat: add support tickets and imrpove web app loading

This commit is contained in:
3252a8
2026-05-20 16:38:24 +03:00
parent 3b846f0d44
commit d8a1da1f13
78 changed files with 8990 additions and 168 deletions
+2
View File
@@ -15,6 +15,7 @@ from bot.app.web.admin_api_impl import (
routes as _routes,
settings as _settings,
stats as _stats,
support as _support,
sync as _sync,
tariffs as _tariffs,
themes as _themes,
@@ -30,6 +31,7 @@ _MODULES = (
_payments,
_promos,
_logs,
_support,
_broadcast,
_sync,
_ads,