From 0fcf6d611666f8f54fb1926b2017c7ecff8d6907 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 18 Apr 2018 19:41:33 +0200 Subject: [PATCH] restore user file route --- Yavsc/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yavsc/Constants.cs b/Yavsc/Constants.cs index 44cb1cbc..5e446f06 100644 --- a/Yavsc/Constants.cs +++ b/Yavsc/Constants.cs @@ -25,7 +25,7 @@ namespace Yavsc BlogModeratorGroupName = "Moderator", FrontOfficeGroupName = "FrontOffice", GCMNotificationUrl = "https://gcm-http.googleapis.com/gcm/send", - UserFilesPath = "/UserFiles", + UserFilesPath = "/files", AvatarsPath = "/avatars", DefaultAvatar = "/images/Users/icon_user.png", AnonAvatar = "/images/Users/icon_anon_user.png";