add: ability to convert existing communities into forums
This commit is contained in:
parent
3958d5eaef
commit
2407e6b213
8 changed files with 125 additions and 24 deletions
|
@ -95,6 +95,10 @@ pub fn routes() -> Router {
|
|||
"/communities/{id}/context",
|
||||
post(communities::communities::update_context_request),
|
||||
)
|
||||
.route(
|
||||
"/communities/{id}/is_forum",
|
||||
post(communities::communities::update_is_forum_request),
|
||||
)
|
||||
.route(
|
||||
"/communities/{id}/access/read",
|
||||
post(communities::communities::update_read_access_request),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue