add: popular questions timeline
This commit is contained in:
parent
424c823926
commit
d6c7372610
6 changed files with 100 additions and 1 deletions
|
@ -23,6 +23,7 @@ pub fn routes() -> Router {
|
|||
.route("/all", get(misc::all_request))
|
||||
// question timelines
|
||||
.route("/questions", get(misc::index_questions_request))
|
||||
.route("/popular/questions", get(misc::popular_questions_request))
|
||||
.route(
|
||||
"/following/questions",
|
||||
get(misc::following_questions_request),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue