landed "Edit Global Properties"

This commit is contained in:
2026-02-16 21:39:05 -07:00
parent 622105115a
commit 4a7e137147
4 changed files with 110 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@ func setupEcho() *echo.Echo {
e.POST("/sideboxes", ui.AmWrap(AddSidebox))
e.GET("/sysadmin", ui.AmWrap(SysAdminMenu))
e.GET("/sysadmin/globals", ui.AmWrap(GlobalPropertiesForm))
e.POST("/sysadmin/globals", ui.AmWrap(GlobalPropertiesSet))
e.GET("/create_comm", ui.AmWrap(CreateCommunityForm))
e.POST("/create_comm", ui.AmWrap(CreateCommunity))
e.GET("/manage_comm", ui.AmWrap(ManageCommunities))