Added notification types

This commit is contained in:
2018-02-28 11:30:47 +01:00
parent fe400de851
commit b77229595e
3 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,7 @@ func Test(ctx *aero.Context) string {
Title: "Anime Notifier",
Message: "Yay, it works!",
Icon: "https://" + ctx.App.Config.Domain + "/images/brand/220.png",
Type: arn.NotificationTypeTest,
})
return "ok"