Anime list no longer embedded in profile
This commit is contained in:
@ -14,6 +14,5 @@ func Get(ctx *aero.Context) string {
|
||||
return frontpage.Get(ctx)
|
||||
}
|
||||
|
||||
return ctx.Redirect("/animelist/watching")
|
||||
//return AnimeList(ctx, user, arn.AnimeListStatusWatching)
|
||||
return ctx.Redirect("/+" + user.Nick + "/animelist/watching")
|
||||
}
|
||||
|
Reference in New Issue
Block a user