l;anded the initial version of the "Create New Topic" form

This commit is contained in:
2025-10-28 22:10:03 -06:00
parent 086954f7b0
commit 9bbc4d9feb
5 changed files with 159 additions and 1 deletions
+1
View File
@@ -85,6 +85,7 @@ func setupEcho() *echo.Echo {
e.POST("/comm/:cid/admin/logo", ui.AmWrap(EditCommunityLogo))
e.GET("/comm/:cid/conf", ui.AmWrap(Conferences))
e.GET("/comm/:cid/conf/:confid", ui.AmWrap(Topics))
e.GET("/comm/:cid/conf/:confid/new_topic", ui.AmWrap(NewTopicForm))
return e
}