aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers/UserController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2019-02-18 19:56:13 +0800
committercrupest <crupest@outlook.com>2019-02-18 19:56:13 +0800
commit1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b (patch)
tree8e1e2ac2dd6df278f59a97a37e5d374bc2644843 /Timeline/Controllers/UserController.cs
parent9756acc50f5f228968cf45d9e73c8dd3b4eacc6a (diff)
downloadtimeline-1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b.tar.gz
timeline-1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b.tar.bz2
timeline-1f0a978ad2b8e5bcd57eef37baca93e00fd6b20b.zip
Add get pat api.
Diffstat (limited to 'Timeline/Controllers/UserController.cs')
-rw-r--r--Timeline/Controllers/UserController.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Timeline/Controllers/UserController.cs b/Timeline/Controllers/UserController.cs
index 1ffed22b..45242ce3 100644
--- a/Timeline/Controllers/UserController.cs
+++ b/Timeline/Controllers/UserController.cs
@@ -1,8 +1,6 @@
using Microsoft.AspNetCore.Authorization;
-using Microsoft.AspNetCore.Http.Internal;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
-using System.IO;
using Timeline.Entities;
using Timeline.Services;