You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HandlerFunc(router.userRestHandler.FetchRoleGroupById).Methods("GET") // v2 apis are opened for consistent dashboard handling, internally V1 methods are used
HandlerFunc(router.userRestHandler.CreateRoleGroup).Methods("POST") // v2 apis are opened for consistent dashboard handling, internally V1 methods are used
HandlerFunc(router.userRestHandler.UpdateRoleGroup).Methods("PUT") // v2 apis are opened for consistent dashboard handling, internally V1 methods are used
0 commit comments