From cf8a869de33cfa5db1967698059abccaaeaba4c9 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 19 Dec 2020 20:08:49 +0800 Subject: feat: Bookmark timeline REST api. --- BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'BackEnd/Timeline.ErrorCodes/ErrorCodes.cs') diff --git a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs index a8519216..c65bf26e 100644 --- a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs +++ b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs @@ -68,6 +68,11 @@ { public const int NonHighlight = 1_105_01_01; } + + public static class BookmarkTimelineController + { + public const int NonBookmark = 1_106_01_01; + } } } -- cgit v1.2.3