WebUI后端整体重构
This commit is contained in:
9
src/webui/routers/websocket/__init__.py
Normal file
9
src/webui/routers/websocket/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .logs import router as logs_router
|
||||
from .plugin_progress import get_progress_router
|
||||
from .auth import router as ws_auth_router
|
||||
|
||||
__all__ = [
|
||||
"logs_router",
|
||||
"get_progress_router",
|
||||
"ws_auth_router",
|
||||
]
|
||||
Reference in New Issue
Block a user