diff --git a/Yavsc/Constants.cs b/Yavsc/Constants.cs index eab9a382..7bbe243a 100644 --- a/Yavsc/Constants.cs +++ b/Yavsc/Constants.cs @@ -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(); diff --git a/Yavsc/Views/Administration/Role.cshtml b/Yavsc/Views/Administration/Role.cshtml index c93f800d..26323ef5 100644 --- a/Yavsc/Views/Administration/Role.cshtml +++ b/Yavsc/Views/Administration/Role.cshtml @@ -7,7 +7,7 @@