From aa6b13ad8d7713087c635d52817f469c1fab8c45 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 Mar 2020 15:46:59 +0800 Subject: Revert namespace name change. --- Timeline/Controllers/ControllerAuthExtensions.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Timeline/Controllers/ControllerAuthExtensions.cs') diff --git a/Timeline/Controllers/ControllerAuthExtensions.cs b/Timeline/Controllers/ControllerAuthExtensions.cs index 9c7ea601..00a65454 100644 --- a/Timeline/Controllers/ControllerAuthExtensions.cs +++ b/Timeline/Controllers/ControllerAuthExtensions.cs @@ -1,10 +1,10 @@ using Microsoft.AspNetCore.Mvc; using System; using System.Security.Claims; -using TimelineApp.Auth; -using static TimelineApp.Resources.Controllers.ControllerAuthExtensions; +using Timeline.Auth; +using static Timeline.Resources.Controllers.ControllerAuthExtensions; -namespace TimelineApp.Controllers +namespace Timeline.Controllers { public static class ControllerAuthExtensions { -- cgit v1.2.3