diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-12 18:14:08 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-12 18:14:08 +0200 |
| commit | 68836192e1138e2590cbde0c8110507b59ebeed1 (patch) | |
| tree | 1385c625d5c2b4991044817f7d906433f31f1fd5 /API/Controllers/UserController.cs | |
| parent | 64e02c270d2911e85ea82b601e2aa251400fbcd0 (diff) | |
| download | DevHive-68836192e1138e2590cbde0c8110507b59ebeed1.tar DevHive-68836192e1138e2590cbde0c8110507b59ebeed1.tar.gz DevHive-68836192e1138e2590cbde0c8110507b59ebeed1.zip | |
New ValidationString implementation; Simplified PictureProfile
Diffstat (limited to 'API/Controllers/UserController.cs')
| -rw-r--r-- | API/Controllers/UserController.cs | 1 |
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 { |
