diff options
author | crupest <crupest@outlook.com> | 2021-05-03 00:34:30 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-03 00:34:30 +0800 |
commit | cc6d33511a6a4c43630a36b13d03db57f432520c (patch) | |
tree | 01faaeebbfce856a5434495367a0163ee08f18b6 /BackEnd/Timeline/Controllers/TimelineController.cs | |
parent | 1908601e92218e1b2271f574f107056e2d9e04d6 (diff) | |
download | timeline-cc6d33511a6a4c43630a36b13d03db57f432520c.tar.gz timeline-cc6d33511a6a4c43630a36b13d03db57f432520c.tar.bz2 timeline-cc6d33511a6a4c43630a36b13d03db57f432520c.zip |
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/Controllers/TimelineController.cs')
-rw-r--r-- | BackEnd/Timeline/Controllers/TimelineController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Controllers/TimelineController.cs b/BackEnd/Timeline/Controllers/TimelineController.cs index f04982dc..7347f135 100644 --- a/BackEnd/Timeline/Controllers/TimelineController.cs +++ b/BackEnd/Timeline/Controllers/TimelineController.cs @@ -243,7 +243,7 @@ namespace Timeline.Controllers }
await _service.DeleteTimelineAsync(timelineId);
- return Ok();
+ return this.Delete();
}
}
}
|