This commit is contained in:
kolaente 2018-05-02 16:17:01 +02:00
parent d27bb3eb9b
commit 6c32b3df8f
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -496,8 +496,6 @@ func RegisterRoutes(m *macaron.Macaron) {
})
})
m.Post("/reactions/:action", bindIgnErr(auth.ReactionForm{}), repo.ChangeIssueReaction)
m.Post("/deadline/update", reqRepoWriter, bindIgnErr(auth.DeadlineForm{}), repo.UpdateDeadline)
m.Post("/deadline/delete", reqRepoWriter, repo.RemoveDeadline)
})
m.Post("/labels", reqRepoWriter, repo.UpdateIssueLabel)