created the "move message" page

This commit is contained in:
2026-01-29 18:16:23 -07:00
parent 8a66579c31
commit 8341a6e4d4
5 changed files with 100 additions and 2 deletions
+1
View File
@@ -113,6 +113,7 @@ func setupEcho() *echo.Echo {
opsGroup.GET("/hide/:msg", ui.AmWrap(HideMessage))
opsGroup.GET("/scribble/:msg", ui.AmWrap(ScribbleMessage))
opsGroup.GET("/nuke/:msg", ui.AmWrap(NukeMessage))
opsGroup.GET("/move/:msg", ui.AmWrap(MoveMessageForm))
opsGroup.GET("/manage", ui.AmWrap(TopicManage))
opsGroup.GET("/subscribe", ui.AmWrap(TopicSetSubscribe))
opsGroup.GET("/rmbozo/:uid", ui.AmWrap(TopicRemoveBozo))