add: profile and full search
This commit is contained in:
parent
b8b0ef7f21
commit
3e4ee8126a
52 changed files with 897 additions and 484 deletions
crates/app/src/routes/pages
|
@ -28,6 +28,7 @@ pub fn routes() -> Router {
|
|||
.route("/popular", get(misc::popular_request))
|
||||
.route("/following", get(misc::following_request))
|
||||
.route("/all", get(misc::all_request))
|
||||
.route("/search", get(misc::search_request))
|
||||
// question timelines
|
||||
.route("/questions", get(misc::index_questions_request))
|
||||
.route("/popular/questions", get(misc::popular_questions_request))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue