diff options
Diffstat (limited to 'routers/api/v1/api.go')
-rw-r--r-- | routers/api/v1/api.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/api/v1/api.go b/routers/api/v1/api.go index 86c7450173..4c9f9dd03e 100644 --- a/routers/api/v1/api.go +++ b/routers/api/v1/api.go @@ -518,6 +518,7 @@ func RegisterRoutes(m *macaron.Macaron) { m.Combo(""). Get(notify.ListNotifications). Put(notify.ReadNotifications) + m.Get("/new", notify.NewAvailable) m.Combo("/threads/:id"). Get(notify.GetThread). Patch(notify.ReadThread) |