Add no-op /users/@me/devices, used by Android

This commit is contained in:
Cadence Ember 2020-06-10 23:27:36 +12:00
parent e00888ebb5
commit d3cf67c660
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 6 additions and 0 deletions

View File

@ -320,6 +320,12 @@ async def get_harvest():
return "", 204
@bp.route("/@me/devices", methods=["POST"])
async def post_devices():
"""Dummy route"""
return "", 204
@bp.route("/@me/activities/statistics/applications", methods=["GET"])
async def get_stats_applications():
"""Dummy route for info on gameplay time and such"""