remove legacy URL

swiss-featuring
Thibault Duplessis 2020-08-24 20:31:58 +02:00
parent fefc136e55
commit 548c9a5803
2 changed files with 0 additions and 6 deletions

View File

@ -72,11 +72,6 @@ final class Team(
isGranted(_.ChatTimeout)
}
def legacyUsers(teamId: String) =
Action {
MovedPermanently(routes.Team.users(teamId).url)
}
def users(teamId: String) =
Action.async { implicit req =>
api.team(teamId) flatMap {

View File

@ -304,7 +304,6 @@ GET /team/:id/leaders controllers.Team.leadersForm(id: S
POST /team/:id/leaders controllers.Team.leaders(id: String)
POST /team/:id/close controllers.Team.close(id: String)
POST /team/:id/disable controllers.Team.disable(id: String)
GET /team/:id/users controllers.Team.legacyUsers(id: String)
GET /team/:id/tournaments controllers.Team.tournaments(id: String)
GET /team/:id/pm-all controllers.Team.pmAll(id: String)
POST /team/:id/pm-all controllers.Team.pmAllSubmit(id: String)