From e7ca87f25dae2f806469043ee556d4790d9ebcae Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 10 Mar 2020 03:04:23 +0800 Subject: ... --- Timeline/Auth/Attribute.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Timeline/Auth/Attribute.cs') diff --git a/Timeline/Auth/Attribute.cs b/Timeline/Auth/Attribute.cs index 86d0109b..51e20bdf 100644 --- a/Timeline/Auth/Attribute.cs +++ b/Timeline/Auth/Attribute.cs @@ -1,7 +1,7 @@ using Microsoft.AspNetCore.Authorization; -using Timeline.Entities; +using TimelineApp.Entities; -namespace Timeline.Auth +namespace TimelineApp.Auth { public class AdminAuthorizeAttribute : AuthorizeAttribute { -- cgit v1.2.3