From 4b2569368073bbd556bbe71bd51807de91f814cb Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 3 Feb 2020 17:50:17 +0800 Subject: Add TimelineController. --- Timeline/Filters/Timeline.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Timeline/Filters') diff --git a/Timeline/Filters/Timeline.cs b/Timeline/Filters/Timeline.cs index ed78e645..e133c9d6 100644 --- a/Timeline/Filters/Timeline.cs +++ b/Timeline/Filters/Timeline.cs @@ -17,7 +17,7 @@ namespace Timeline.Filters } else { - throw new System.NotImplementedException(); + context.Result = new NotFoundObjectResult(ErrorResponse.TimelineCommon.NotExist()); } } } -- cgit v1.2.3