Avatar route changed to '/avatars'

This commit is contained in:
2017-12-29 14:36:32 +01:00
parent 06a90d7810
commit 176952d30f
4 changed files with 12 additions and 5 deletions

View File

@ -26,8 +26,8 @@ namespace Yavsc
FrontOfficeGroupName = "FrontOffice",
GCMNotificationUrl = "https://gcm-http.googleapis.com/gcm/send",
KeyProtectorPurpose = "OAuth.AspNet.AuthServer",
UserFilesPath = "/UserFiles",
AvatarsPath = "/Avatars",
UserFilesPath = "/files",
AvatarsPath = "/avatars",
DefaultAvatar = "/images/Users/icon_user.png",
AnonAvatar = "/images/Users/icon_anon_user.png";
public static char[] ValidChars = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-=_~. ".ToCharArray();