mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-17 11:48:52 +08:00
5 lines
172 B
JavaScript
5 lines
172 B
JavaScript
export default function () {
|
|
this.route("gamificationLeaderboard", { path: "/leaderboard" }, function () {
|
|
this.route("byName", { path: "/:leaderboardId" });
|
|
});
|
|
}
|