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 | 038e8dcf461d4d4ebd51c8fdf7680497869f691c (patch) | |
tree | dfd6ca1258d61ed91e59be620a39159919d07a3f /Timeline/Filters | |
parent | 5aaa4f95e6bdd46e6740c1ecbbd46bdf415eedd2 (diff) | |
download | timeline-038e8dcf461d4d4ebd51c8fdf7680497869f691c.tar.gz timeline-038e8dcf461d4d4ebd51c8fdf7680497869f691c.tar.bz2 timeline-038e8dcf461d4d4ebd51c8fdf7680497869f691c.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
{
|