mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 01:27:28 +08:00
[+] Ranking for different games
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
<Route path="/" component={Welcome} />
|
||||
<Route path="/home" component={Home} />
|
||||
<Route path="/ranking" component={Ranking} />
|
||||
<Route path="/ranking/:game" component={Ranking} />
|
||||
<Route path="/u/:username" component={UserHome} />
|
||||
<Route path="/u/:username/:game" component={UserHome} />
|
||||
<Route path="/u/:username/:game/rating" component={MaimaiRating} />
|
||||
|
||||
Reference in New Issue
Block a user