Fix admin notices (#10480)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
084a2b0026
commit
bcd16cec63
3 changed files with 6 additions and 3 deletions
|
@ -487,7 +487,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 *****
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue