aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Controllers/TimelineController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-19 15:27:01 +0800
committerGitHub <noreply@github.com>2021-01-19 15:27:01 +0800
commit7f815dba267fa7e5153b3312dc77a1db27c7622a (patch)
treecea8e25b7bded0833b3e4c6a5c1c018785cd3c30 /BackEnd/Timeline/Controllers/TimelineController.cs
parent31268d3cb8870452a0d6804b61a94ef1faafa09e (diff)
parent9494c9717f0d9983ec1c8db092387fef7199b00d (diff)
downloadtimeline-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/Controllers/TimelineController.cs')
-rw-r--r--BackEnd/Timeline/Controllers/TimelineController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Controllers/TimelineController.cs b/BackEnd/Timeline/Controllers/TimelineController.cs
index b2e37b15..5d484388 100644
--- a/BackEnd/Timeline/Controllers/TimelineController.cs
+++ b/BackEnd/Timeline/Controllers/TimelineController.cs
@@ -441,7 +441,7 @@ namespace Timeline.Controllers
[ProducesResponseType(StatusCodes.Status200OK)]
[ProducesResponseType(StatusCodes.Status400BadRequest)]
[ProducesResponseType(StatusCodes.Status401Unauthorized)]
- public async Task<ActionResult<HttpTimeline>> TimelineCreate([FromBody] TimelineCreateRequest body)
+ public async Task<ActionResult<HttpTimeline>> TimelineCreate([FromBody] HttpTimelineCreateRequest body)
{
var userId = this.GetUserId();