add: timelines, homepage
This commit is contained in:
parent
619184d02e
commit
de53eec0e8
24 changed files with 440 additions and 40 deletions
|
@ -17,6 +17,7 @@ pub fn routes() -> Router {
|
|||
Router::new()
|
||||
// misc
|
||||
.route("/", get(misc::index_request))
|
||||
.route("/popular", get(misc::popular_request))
|
||||
.route("/notifs", get(misc::notifications_request))
|
||||
.fallback_service(get(misc::not_found))
|
||||
// auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue