diff options
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 6608188..fe35009 100644 --- a/src/index.ts +++ b/src/index.ts @@ -109,7 +109,7 @@ app.get('/player/:user/:profile/leaderboards', async (req, res) => { } }) -app.get('/leaderboard/:name', async (req, res) => { +app.get('/leaderboards/:name', async (req, res) => { try { res.json( await fetchLeaderboard(req.params.name) |