added topic subscribe/unsubscribe

This commit is contained in:
2026-01-29 16:12:27 -07:00
parent 184c614163
commit 8a66579c31
5 changed files with 66 additions and 4 deletions
+1
View File
@@ -114,6 +114,7 @@ func setupEcho() *echo.Echo {
opsGroup.GET("/scribble/:msg", ui.AmWrap(ScribbleMessage))
opsGroup.GET("/nuke/:msg", ui.AmWrap(NukeMessage))
opsGroup.GET("/manage", ui.AmWrap(TopicManage))
opsGroup.GET("/subscribe", ui.AmWrap(TopicSetSubscribe))
opsGroup.GET("/rmbozo/:uid", ui.AmWrap(TopicRemoveBozo))
return e