feat(alerting): adds basic page for listing alerts

This commit is contained in:
bergquist
2016-04-27 13:02:28 +02:00
parent 3cf6532515
commit 6a5ecb3fca
7 changed files with 129 additions and 2 deletions
+2
View File
@@ -58,6 +58,8 @@ func Register(r *macaron.Macaron) {
r.Get("/playlists/", reqSignedIn, Index)
r.Get("/playlists/*", reqSignedIn, Index)
r.Get("/alerts/", reqSignedIn, Index)
r.Get("/alerts/*", reqSignedIn, Index)
// sign up
r.Get("/signup", Index)