diff options
author | crupest <crupest@outlook.com> | 2022-04-16 22:11:29 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-16 22:11:29 +0800 |
commit | b4f783c20aa47cb601dc81e0dad07aa92517c229 (patch) | |
tree | 5555a97984df994910c26b3d5f2fc897cfbdfd28 /BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs | |
parent | 750785728f57af11dfc682ee9ee870e4dc191981 (diff) | |
download | timeline-b4f783c20aa47cb601dc81e0dad07aa92517c229.tar.gz timeline-b4f783c20aa47cb601dc81e0dad07aa92517c229.tar.bz2 timeline-b4f783c20aa47cb601dc81e0dad07aa92517c229.zip |
...
Diffstat (limited to 'BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs')
-rw-r--r-- | BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs b/BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs index 2a20d490..5881447a 100644 --- a/BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs +++ b/BackEnd/Timeline/Models/Http/HttpCreateTokenRequest.cs @@ -1,4 +1,4 @@ -using System.ComponentModel.DataAnnotations;
+using System.ComponentModel.DataAnnotations;
using Timeline.Controllers;
namespace Timeline.Models.Http
|