add: community member list
This commit is contained in:
parent
1a2efdba1f
commit
ca0c4b9e0b
12 changed files with 264 additions and 16 deletions
|
@ -44,6 +44,10 @@ pub fn routes() -> Router {
|
|||
"/community/{title}/manage",
|
||||
get(communities::settings_request),
|
||||
)
|
||||
.route(
|
||||
"/community/{title}/members",
|
||||
get(communities::members_request),
|
||||
)
|
||||
.route("/post/{id}", get(communities::post_request))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue