add info api

This commit is contained in:
咕谷酱
2025-07-28 21:22:29 +08:00
parent 80310d450b
commit ae6ef11350
3 changed files with 119 additions and 29 deletions

View File

@@ -8,6 +8,7 @@ from . import ( # pyright: ignore[reportUnusedImport] # noqa: F401
me,
relationship,
score,
user,
)
from .api_router import router as api_router
from .auth import router as auth_router