Improved assets

This commit is contained in:
2017-10-02 00:55:37 +02:00
parent 504993861b
commit b0c70fc735
7 changed files with 17 additions and 27 deletions

View File

@ -19,7 +19,7 @@ func Test(ctx *aero.Context) string {
notification := &arn.Notification{
Title: "Anime Notifier",
Message: "Yay, it works!",
Icon: "https://" + ctx.App.Config.Domain + "/images/brand/300",
Icon: "https://" + ctx.App.Config.Domain + "/images/brand/300.png",
}
user.SendNotification(notification)