lot of new functionalities
This commit is contained in:
11
servers/web/app_group_routes.go
Normal file
11
servers/web/app_group_routes.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package web
|
||||
|
||||
import (
|
||||
"github.com/gorilla/mux"
|
||||
)
|
||||
|
||||
func (ws *WebServer) setupGroupRoutes(appRouter *mux.Router) {
|
||||
// Group Settings
|
||||
appRouter.HandleFunc("/group/settings", ws.appHandler.GroupSettingsDisplayHTTPHandler())
|
||||
appRouter.HandleFunc("/group/settings/invite-member", ws.appHandler.GroupSettingsInviteMemberHTTPHandler())
|
||||
}
|
||||
Reference in New Issue
Block a user