diff options
Diffstat (limited to 'BackEnd/Timeline/Controllers')
-rw-r--r-- | BackEnd/Timeline/Controllers/UserAvatarController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Controllers/UserAvatarController.cs b/BackEnd/Timeline/Controllers/UserAvatarController.cs index 5d4c70f3..7d455fc6 100644 --- a/BackEnd/Timeline/Controllers/UserAvatarController.cs +++ b/BackEnd/Timeline/Controllers/UserAvatarController.cs @@ -12,6 +12,7 @@ using Timeline.Models.Http; using Timeline.Models.Validation;
using Timeline.Services.Imaging;
using Timeline.Services.User;
+using Timeline.Services.User.Avatar;
using static Timeline.Resources.Controllers.UserAvatarController;
namespace Timeline.Controllers
|