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 50b2681d..645eb236 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 { |