Skip to content

Commit

Permalink
feat(vlr_router.py): add Japan and Collegiate to the region mappings
Browse files Browse the repository at this point in the history
This allows for expanded coverage in the VLR ranks endpoint, supporting requests for Japan and Collegiate rankings.
  • Loading branch information
axsddlr committed Aug 29, 2024
1 parent b99afba commit 102693d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routers/vlr_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ async def VLR_ranks(region, request: Request):
"gc": "game-changers",\n
"br": "Brazil",\n
"cn": "china",\n
"jp": "japan",\n
"col": "collegiate",\n
"""
return vlr.vlr_rankings(region)

Expand Down

0 comments on commit 102693d

Please sign in to comment.