aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Controllers/TimelineController.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-03 00:34:30 +0800
committercrupest <crupest@outlook.com>2021-05-03 00:34:30 +0800
commitcc6d33511a6a4c43630a36b13d03db57f432520c (patch)
tree01faaeebbfce856a5434495367a0163ee08f18b6 /BackEnd/Timeline/Controllers/TimelineController.cs
parent1908601e92218e1b2271f574f107056e2d9e04d6 (diff)
downloadtimeline-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.cs2
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();
}
}
}