aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers/UserController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-10 19:37:58 +0800
committercrupest <crupest@outlook.com>2020-03-10 19:37:58 +0800
commit5eaacedda31da86116f25158bd07e5ad8954e7b2 (patch)
treeb9165a233b00c4ab5be47f0ce786b64c178a9fdf /Timeline/Controllers/UserController.cs
parent08b18564bb1c477b01384cb93d62f98cfcb83f48 (diff)
downloadtimeline-5eaacedda31da86116f25158bd07e5ad8954e7b2.tar.gz
timeline-5eaacedda31da86116f25158bd07e5ad8954e7b2.tar.bz2
timeline-5eaacedda31da86116f25158bd07e5ad8954e7b2.zip
...
Diffstat (limited to 'Timeline/Controllers/UserController.cs')
-rw-r--r--Timeline/Controllers/UserController.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/Controllers/UserController.cs b/Timeline/Controllers/UserController.cs
index a3e8d816..0bc8bcda 100644
--- a/Timeline/Controllers/UserController.cs
+++ b/Timeline/Controllers/UserController.cs
@@ -7,6 +7,7 @@ using System.Linq;
using System.Threading.Tasks;
using Timeline.Auth;
using Timeline.Helpers;
+using Timeline.Models;
using Timeline.Models.Http;
using Timeline.Models.Validation;
using Timeline.Services;