aboutsummaryrefslogtreecommitdiff
path: root/API/Controllers
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-12 18:14:08 +0200
committertranstrike <transtrike@gmail.com>2020-12-12 18:14:08 +0200
commit68836192e1138e2590cbde0c8110507b59ebeed1 (patch)
tree1385c625d5c2b4991044817f7d906433f31f1fd5 /API/Controllers
parent64e02c270d2911e85ea82b601e2aa251400fbcd0 (diff)
downloadDevHive-68836192e1138e2590cbde0c8110507b59ebeed1.tar
DevHive-68836192e1138e2590cbde0c8110507b59ebeed1.tar.gz
DevHive-68836192e1138e2590cbde0c8110507b59ebeed1.zip
New ValidationString implementation; Simplified PictureProfile
Diffstat (limited to 'API/Controllers')
-rw-r--r--API/Controllers/UserController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/API/Controllers/UserController.cs b/API/Controllers/UserController.cs
index 6cb1f54..8503922 100644
--- a/API/Controllers/UserController.cs
+++ b/API/Controllers/UserController.cs
@@ -6,7 +6,6 @@ using Microsoft.AspNetCore.Mvc;
using Data.Models.DTOs;
using Microsoft.AspNetCore.Authorization;
using Data.Models.Options;
-using Microsoft.Extensions.Configuration;
namespace API.Controllers
{