mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
(refs #74)Remove an unnecessary action and add TODO.
This commit is contained in:
@@ -155,15 +155,11 @@ trait RepositorySettingsControllerBase extends ControllerBase with FlashMapSuppo
|
||||
redirect(s"/${repository.owner}/${repository.name}/settings/hooks")
|
||||
})
|
||||
|
||||
get("/xxx/xxx/xxx/webhooktest"){
|
||||
println(params("payload"))
|
||||
}
|
||||
|
||||
// TODO Remove this action after web hook is completed.
|
||||
post("/xxx/xxx/xxx/webhooktest"){
|
||||
println(params("payload"))
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Display the delete repository page.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user