added team overview
This commit is contained in:
@@ -316,6 +316,11 @@ func addRoutes(
|
||||
Method: hws.MethodPOST,
|
||||
Handler: perms.RequirePermission(s, permissions.TeamsManagePlayers)(handlers.ManageTeamRoster(s, conn)),
|
||||
},
|
||||
{
|
||||
Path: "/teams/{team_id}",
|
||||
Method: hws.MethodGET,
|
||||
Handler: handlers.TeamDetailPage(s, conn),
|
||||
},
|
||||
}
|
||||
|
||||
htmxRoutes := []hws.Route{
|
||||
|
||||
Reference in New Issue
Block a user