refactor(userpage): move APIs into g0v0 private API

This commit is contained in:
MingxuanGame
2025-10-04 04:57:24 +00:00
parent 2bfde24b84
commit 7c18fc5fb6
8 changed files with 186 additions and 206 deletions

View File

@@ -1,6 +1,6 @@
from app.config import settings
from . import admin, audio_proxy, avatar, beatmapset, cover, oauth, relationship, score, team, username # noqa: F401
from . import admin, audio_proxy, avatar, beatmapset, cover, oauth, relationship, score, team, user # noqa: F401
from .router import router as private_router
if settings.enable_totp_verification: