From 68836192e1138e2590cbde0c8110507b59ebeed1 Mon Sep 17 00:00:00 2001 From: transtrike Date: Sat, 12 Dec 2020 18:14:08 +0200 Subject: New ValidationString implementation; Simplified PictureProfile --- API/Controllers/UserController.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'API/Controllers/UserController.cs') 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 { -- cgit v1.2.3