diff options
author | crupest <crupest@outlook.com> | 2020-02-03 17:50:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-02-03 17:50:17 +0800 |
commit | 5f93daed17338abbcade5eaba8936acbc4955b56 (patch) | |
tree | 9f9747d30d15abf8389527039db542c961135b1f /Timeline/Controllers/PersonalTimelineController.cs | |
parent | bcf15408ca1a1a16ccaca959861e812e6b24a33d (diff) | |
download | timeline-5f93daed17338abbcade5eaba8936acbc4955b56.tar.gz timeline-5f93daed17338abbcade5eaba8936acbc4955b56.tar.bz2 timeline-5f93daed17338abbcade5eaba8936acbc4955b56.zip |
Add TimelineController.
Diffstat (limited to 'Timeline/Controllers/PersonalTimelineController.cs')
-rw-r--r-- | Timeline/Controllers/PersonalTimelineController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Controllers/PersonalTimelineController.cs b/Timeline/Controllers/PersonalTimelineController.cs index 8cf098bf..b6c213d9 100644 --- a/Timeline/Controllers/PersonalTimelineController.cs +++ b/Timeline/Controllers/PersonalTimelineController.cs @@ -104,7 +104,7 @@ namespace Timeline.Controllers }
catch (UserNotExistException)
{
- return BadRequest(ErrorResponse.TimelineController.MemberPut_NotExist());
+ return BadRequest(ErrorResponse.TimelineCommon.MemberPut_NotExist());
}
}
|