mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-07 15:17:47 +00:00
Rename subreddit::page to subreddit::community
This commit is contained in:
parent
cda19a1912
commit
b2ae5e486f
2 changed files with 5 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue