[Enhance] Account Endpoints

- Adapt to new account registration and login endpoints.
- For Arcaea 6.3.2
This commit is contained in:
Lost-MSth
2025-03-28 00:37:32 +08:00
parent 3424ad67cb
commit c4da67cd94
7 changed files with 89 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ def get_bps():
return s
bp = Blueprint('server', __name__)
list(map(bp.register_blueprint, [user.bp, auth.bp, friend.bp, score.bp,
list(map(bp.register_blueprint, [user.bp2, user.bp, auth.bp, friend.bp, score.bp,
world.bp, purchase.bp, present.bp, others.bp, multiplayer.bp, course.bp, mission.bp]))
bps = [Blueprint(x, __name__, url_prefix=x)