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
commit23433673f91c1b07c43c4b2280e29db45e8896b5 (patch)
tree455fbd07678b1b21a1bfa3ad7e3778b1957fd12f /BackEnd/Timeline/Controllers/TimelineController.cs
parenta23b8af0b06be2ab58d1831a0a25a30d934ec1e2 (diff)
parentfb6442f1716406c7a2da79e4a1cc42e23908d218 (diff)
downloadtimeline-23433673f91c1b07c43c4b2280e29db45e8896b5.tar.gz
timeline-23433673f91c1b07c43c4b2280e29db45e8896b5.tar.bz2
timeline-23433673f91c1b07c43c4b2280e29db45e8896b5.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();