created the "move message" page
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user