This reverts commit 3e1af0a1e1, reversing
changes made to 19ac477a8c.
This commit is contained in:
jimmy-sketch
2025-07-24 20:22:38 +08:00
parent 3e1af0a1e1
commit 68701dbb1d
28 changed files with 644 additions and 1394 deletions

View File

@@ -3,4 +3,3 @@ from __future__ import annotations
from . import me # pyright: ignore[reportUnusedImport] # noqa: F401
from .api_router import router as api_router
from .auth import router as auth_router
from .signalr import signalr_router as signalr_router