添加音频代理

This commit is contained in:
咕谷酱
2025-09-23 03:28:13 +08:00
parent 79805c2858
commit 884a4cad2c
4 changed files with 201 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ from __future__ import annotations
from app.config import settings
from . import avatar, beatmapset_ratings, cover, oauth, relationship, team, username # noqa: F401
from . import audio_proxy, avatar, beatmapset_ratings, cover, oauth, relationship, team, username # noqa: F401
from .router import router as private_router
if settings.enable_totp_verification: