lands on /mentions instead of /public/popular/day

This commit is contained in:
mario 2020-03-11 03:45:24 +01:00 committed by Christian Bundy
parent c575aebb03
commit cc4f6caef2
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ router
return next();
})
.get("/", async ctx => {
ctx.redirect("/public/popular/day");
ctx.redirect("/mentions");
})
.get("/robots.txt", ctx => {
ctx.body = "User-agent: *\nDisallow: /";