Skip to content

Commit

Permalink
Annotate osz file API as public in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 1, 2024
1 parent 1c1e96f commit 9a7cf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/public/osz_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from app.adapters import osu_mirrors

router = APIRouter(tags=["osz Files"])
router = APIRouter(tags=["(Public) osz Files"])


@router.get("/public/api/d/{beatmapset_id}")
Expand Down

0 comments on commit 9a7cf22

Please sign in to comment.