Add 3x-ui v3.5.0 API panel connection and client management

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
test2
2026-07-25 21:59:31 +03:00
co-authored by Cursor
parent cd106b68bc
commit b67e7b80ba
10 changed files with 826 additions and 3 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
from app.routers import admin, auth, public
from app.routers import admin, auth, public, xui
__all__ = ["admin", "auth", "public"]
__all__ = ["admin", "auth", "public", "xui"]