Rename subreddit::page to subreddit::community
This commit is contained in:
@ -25,7 +25,7 @@ struct WikiTemplate {
|
||||
}
|
||||
|
||||
// SERVICES
|
||||
pub async fn page(req: Request<()>) -> tide::Result {
|
||||
pub async fn community(req: Request<()>) -> tide::Result {
|
||||
// Build Reddit API path
|
||||
let subscribed = cookie(&req, "subscriptions");
|
||||
let front_page = cookie(&req, "front_page");
|
||||
|
Reference in New Issue
Block a user