aboutsummaryrefslogtreecommitdiff
path: root/API/Controllers/UserController.cs
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-13 12:29:02 +0200
committertranstrike <transtrike@gmail.com>2020-12-13 12:29:02 +0200
commit3abbc13bcc55e68740564457fff455c849a1cd8a (patch)
tree84eadad792ff05ba171c75de9e9a5376aa8cf752 /API/Controllers/UserController.cs
parent3f9d6457360bba2eef24c013c5ba40fa92bf8cc7 (diff)
downloadDevHive-3abbc13bcc55e68740564457fff455c849a1cd8a.tar
DevHive-3abbc13bcc55e68740564457fff455c849a1cd8a.tar.gz
DevHive-3abbc13bcc55e68740564457fff455c849a1cd8a.zip
Ordering Models
Diffstat (limited to 'API/Controllers/UserController.cs')
-rw-r--r--API/Controllers/UserController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/API/Controllers/UserController.cs b/API/Controllers/UserController.cs
index 8503922..5817d47 100644
--- a/API/Controllers/UserController.cs
+++ b/API/Controllers/UserController.cs
@@ -3,7 +3,7 @@ using API.Database;
using API.Service;
using AutoMapper;
using Microsoft.AspNetCore.Mvc;
-using Data.Models.DTOs;
+using Data.Models.DTOs.Identity;
using Microsoft.AspNetCore.Authorization;
using Data.Models.Options;