diff options
author | crupest <crupest@outlook.com> | 2021-01-19 15:27:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 15:27:01 +0800 |
commit | 7f815dba267fa7e5153b3312dc77a1db27c7622a (patch) | |
tree | cea8e25b7bded0833b3e4c6a5c1c018785cd3c30 /BackEnd/Timeline/Models/Http/TimelineController.cs | |
parent | 31268d3cb8870452a0d6804b61a94ef1faafa09e (diff) | |
parent | 9494c9717f0d9983ec1c8db092387fef7199b00d (diff) | |
download | timeline-7f815dba267fa7e5153b3312dc77a1db27c7622a.tar.gz timeline-7f815dba267fa7e5153b3312dc77a1db27c7622a.tar.bz2 timeline-7f815dba267fa7e5153b3312dc77a1db27c7622a.zip |
Merge pull request #211 from crupest/search
Back search feature.
Diffstat (limited to 'BackEnd/Timeline/Models/Http/TimelineController.cs')
-rw-r--r-- | BackEnd/Timeline/Models/Http/TimelineController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Models/Http/TimelineController.cs b/BackEnd/Timeline/Models/Http/TimelineController.cs index f6039b35..257076f0 100644 --- a/BackEnd/Timeline/Models/Http/TimelineController.cs +++ b/BackEnd/Timeline/Models/Http/TimelineController.cs @@ -43,7 +43,7 @@ namespace Timeline.Models.Http /// <summary>
/// Create timeline request model.
/// </summary>
- public class TimelineCreateRequest
+ public class HttpTimelineCreateRequest
{
/// <summary>
/// Name of the new timeline. Must be a valid name.
|