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
commit1ff6afb0e9fd11ce37ed0206b992514041391761 (patch)
tree328e729bbbc08bcf8a16fc494cb1c6625e35d2a6 /Timeline/Controllers/UserController.cs
parenta8d850e05fba39a46f54d3c2827e8b93bcbb129b (diff)
downloadtimeline-1ff6afb0e9fd11ce37ed0206b992514041391761.tar.gz
timeline-1ff6afb0e9fd11ce37ed0206b992514041391761.tar.bz2
timeline-1ff6afb0e9fd11ce37ed0206b992514041391761.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;