diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-31 00:56:46 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-31 00:56:46 +0800 |
commit | 2198ad257a2c049f3601a6f95b8906c5be8b27d5 (patch) | |
tree | 7d034bb824b50d892136c6f1225a15e8baa30741 /Timeline/Controllers/Testing/TestingAuthController.cs | |
parent | fbaa8cab95a91b887bbd2d108d27c5abb38e4e29 (diff) | |
download | timeline-2198ad257a2c049f3601a6f95b8906c5be8b27d5.tar.gz timeline-2198ad257a2c049f3601a6f95b8906c5be8b27d5.tar.bz2 timeline-2198ad257a2c049f3601a6f95b8906c5be8b27d5.zip |
Continue to construct feature and tests.
Diffstat (limited to 'Timeline/Controllers/Testing/TestingAuthController.cs')
-rw-r--r-- | Timeline/Controllers/Testing/TestingAuthController.cs | 2 |
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
{
|