From fb6442f1716406c7a2da79e4a1cc42e23908d218 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 19 Jan 2021 15:24:39 +0800 Subject: test: Add integrated tests for search api. --- BackEnd/Timeline/Models/Http/TimelineController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BackEnd/Timeline/Models/Http') 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 /// /// Create timeline request model. /// - public class TimelineCreateRequest + public class HttpTimelineCreateRequest { /// /// Name of the new timeline. Must be a valid name. -- cgit v1.2.3