funapi / routes /osuApi /getBeatmap.py
imperialwool's picture
Upload 28 files
66ca64a
raw history blame
No virus
136 Bytes
from .. import helpers
def getBeatmap(request):
return {"status": "error", "details": {"code": -1, "answer": "Under construction"}}