Skip to content

Commit aaf4374

Browse files
Merge pull request #6 from kcoderhtml/route-name-change
route name change
2 parents 4a1b892 + 0d30b71 commit aaf4374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ app.get("/g/:id", async (req, res) => {
4949
});
5050

5151
// #10daysinpublic leaderboard
52-
app.get("/s/10days", async (req, res) => {
52+
app.get("/s/10daysinpublic", async (req, res) => {
5353
const leaderboard = await get10DaysLeaderboard(
5454
new Date("2024-02-15"),
5555
new Date("2024-02-30"),

0 commit comments

Comments
 (0)