mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 21:15:49 +01:00
(refs #8)Remove unused code.
This commit is contained in:
@@ -126,13 +126,4 @@ trait UserManagementControllerBase extends AccountManagementControllerBase {
|
||||
} getOrElse NotFound
|
||||
})
|
||||
|
||||
// /**
|
||||
// * JSON API for collaborator completion.
|
||||
// */
|
||||
// // TODO Merge with RepositorySettingsController
|
||||
// get("/admin/users/_members"){
|
||||
// contentType = formats("json")
|
||||
// org.json4s.jackson.Serialization.write(Map("options" -> getAllUsers.filter(!_.isGroupAccount).map(_.userName).toArray))
|
||||
// }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user