aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers/Testing
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-23 20:41:19 +0800
committer杨宇千 <crupest@outlook.com>2019-10-23 20:41:19 +0800
commit9a163719b76958374d1c27616393368e54e8b8a5 (patch)
treeb005aa3d8bc34d8e710ce7fae30236c62dcbe712 /Timeline/Controllers/Testing
parent3ddb38839ac07de4edf071faeb753b62acb0bed1 (diff)
downloadtimeline-9a163719b76958374d1c27616393368e54e8b8a5.tar.gz
timeline-9a163719b76958374d1c27616393368e54e8b8a5.tar.bz2
timeline-9a163719b76958374d1c27616393368e54e8b8a5.zip
...
Diffstat (limited to 'Timeline/Controllers/Testing')
-rw-r--r--Timeline/Controllers/Testing/TestingAuthController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Controllers/Testing/TestingAuthController.cs b/Timeline/Controllers/Testing/TestingAuthController.cs
index 488a3cff..67b5b2ef 100644
--- a/Timeline/Controllers/Testing/TestingAuthController.cs
+++ b/Timeline/Controllers/Testing/TestingAuthController.cs
@@ -1,6 +1,6 @@
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
-using Timeline.Authenticate;
+using Timeline.Authentication;
namespace Timeline.Controllers.Testing
{