aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Controllers
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-11 18:16:18 +0800
committercrupest <crupest@outlook.com>2020-03-11 18:16:18 +0800
commit53b237832d3d967b531a8dc130ebbf2ede173741 (patch)
treed82d54a11bf5d3dfc112dacf8d8e9f9503e88ca0 /Timeline/Controllers
parenta908d22253b7d6cb5f07eecf5b35c64e4bab0390 (diff)
downloadtimeline-53b237832d3d967b531a8dc130ebbf2ede173741.tar.gz
timeline-53b237832d3d967b531a8dc130ebbf2ede173741.tar.bz2
timeline-53b237832d3d967b531a8dc130ebbf2ede173741.zip
...
Diffstat (limited to 'Timeline/Controllers')
-rw-r--r--Timeline/Controllers/TimelineController.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/Controllers/TimelineController.cs b/Timeline/Controllers/TimelineController.cs
index d21603cd..0628937d 100644
--- a/Timeline/Controllers/TimelineController.cs
+++ b/Timeline/Controllers/TimelineController.cs
@@ -234,7 +234,7 @@ namespace Timeline.Controllers
}
catch (UserNotExistException)
{
- return BadRequest(ErrorResponse.TimelineCommon.MemberPut_NotExist());
+ return BadRequest(ErrorResponse.TimelineController.MemberPut_NotExist());
}
}
@@ -272,7 +272,7 @@ namespace Timeline.Controllers
}
catch (ConflictException)
{
- return BadRequest(ErrorResponse.TimelineCommon.NameConflict());
+ return BadRequest(ErrorResponse.TimelineController.NameConflict());
}
}