Skip to content

Commit

Permalink
Minor ordering format change
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jun 30, 2024
1 parent 93b61ad commit ea429a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/internal/v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
v1_router = APIRouter()

v1_router.include_router(akatsuki.router)
v1_router.include_router(osu_api_v2.router)
v1_router.include_router(osu_api_v1.router)
v1_router.include_router(osu_api_v2.router)

0 comments on commit ea429a3

Please sign in to comment.