added preview code to new topic - not yet tested

This commit is contained in:
2025-11-03 22:47:00 -07:00
parent 1ba02f37e9
commit 798e86ae40
3 changed files with 81 additions and 1 deletions
+1
View File
@@ -87,6 +87,7 @@ func setupEcho() *echo.Echo {
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))
e.POST("/comm/:cid/conf/:confid/new_topic", ui.AmWrap(NewTopic))
return e
}