aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers/Testing
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-10-31 15:02:03 +0800
committerGitHub <noreply@github.com>2019-10-31 15:02:03 +0800
commit2de7fa95bb5ad0a10f74fb390bac464a250dee42 (patch)
treeba42530cf4f13621a7a3a7ff661e383117119883 /Timeline/Controllers/Testing
parentf08f53d6fcd9baf9dd3b95209f7c7448ae8168d4 (diff)
parentcf2055f956695bc0b9ecdb6d8023d0d199b98462 (diff)
downloadtimeline-2de7fa95bb5ad0a10f74fb390bac464a250dee42.tar.gz
timeline-2de7fa95bb5ad0a10f74fb390bac464a250dee42.tar.bz2
timeline-2de7fa95bb5ad0a10f74fb390bac464a250dee42.zip
Merge pull request #53 from crupest/nickname
Add nickname support.
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 67b5b2ef..4d3b3ec7 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.Authentication;
+using Timeline.Auth;
namespace Timeline.Controllers.Testing
{