diff options
author | crupest <crupest@outlook.com> | 2020-01-31 00:10:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-31 00:10:23 +0800 |
commit | eaf6d126db56b7caedd311033403b1f721bb80bc (patch) | |
tree | dfd6ca1258d61ed91e59be620a39159919d07a3f /Timeline/Filters | |
parent | 49bd47fb0eb81a88cce135f7ff7c25637790e63b (diff) | |
download | timeline-eaf6d126db56b7caedd311033403b1f721bb80bc.tar.gz timeline-eaf6d126db56b7caedd311033403b1f721bb80bc.tar.bz2 timeline-eaf6d126db56b7caedd311033403b1f721bb80bc.zip |
...
Diffstat (limited to 'Timeline/Filters')
-rw-r--r-- | Timeline/Filters/Timeline.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Filters/Timeline.cs b/Timeline/Filters/Timeline.cs index 729dbec7..ed78e645 100644 --- a/Timeline/Filters/Timeline.cs +++ b/Timeline/Filters/Timeline.cs @@ -13,7 +13,7 @@ namespace Timeline.Filters {
if (e.InnerException is UserNotExistException)
{
- context.Result = new BadRequestObjectResult(ErrorResponse.UserCommon.NotExist());
+ context.Result = new NotFoundObjectResult(ErrorResponse.UserCommon.NotExist());
}
else
{
|