mirror of
https://gitee.com/gitea/gitea
synced 2025-11-03 16:10:25 +08:00
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
@@ -470,7 +470,7 @@ func RegisterRoutes(m *macaron.Macaron) {
|
||||
m.Group("/notices", func() {
|
||||
m.Get("", admin.Notices)
|
||||
m.Post("/delete", admin.DeleteNotices)
|
||||
m.Get("/empty", admin.EmptyNotices)
|
||||
m.Post("/empty", admin.EmptyNotices)
|
||||
})
|
||||
}, adminReq)
|
||||
// ***** END: Admin *****
|
||||
|
||||
Reference in New Issue
Block a user