lands on /mentions instead of /public/popular/day
This commit is contained in:
parent
c575aebb03
commit
cc4f6caef2
@ -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: /";
|
||||
|
Loading…
Reference in New Issue
Block a user