Added cover image upload

This commit is contained in:
2018-03-07 14:00:14 +01:00
parent 22f3a767a8
commit d583d9d6f9
9 changed files with 94 additions and 28 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/animenotifier/notify.moe/utils"
)
// Avatar ...
// Avatar handles the avatar upload.
func Avatar(ctx *aero.Context) string {
user := utils.GetUser(ctx)