diff options
Diffstat (limited to 'Timeline/Authenticate/Attribute.cs')
-rw-r--r-- | Timeline/Authenticate/Attribute.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Authenticate/Attribute.cs b/Timeline/Authenticate/Attribute.cs index 1875a21b..239a2a1c 100644 --- a/Timeline/Authenticate/Attribute.cs +++ b/Timeline/Authenticate/Attribute.cs @@ -1,5 +1,5 @@ using Microsoft.AspNetCore.Authorization;
-using Timeline.Models;
+using Timeline.Entities;
namespace Timeline.Authenticate
{
|