aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers/Testing/TestingAuthController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/Controllers/Testing/TestingAuthController.cs')
-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
{