aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Startup.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-19 20:12:00 +0800
committerGitHub <noreply@github.com>2020-12-19 20:12:00 +0800
commitd25b74fa167944a7701997e34810a2ffc3c39edd (patch)
tree03e2138077430562db17eab4fb0adfca1e16b80c /BackEnd/Timeline/Startup.cs
parent3b3c7c170f0070b0db85834b6c913b9060996d1d (diff)
parenta68670a3d87276ff73aa232d00a391d81407aced (diff)
downloadtimeline-d25b74fa167944a7701997e34810a2ffc3c39edd.tar.gz
timeline-d25b74fa167944a7701997e34810a2ffc3c39edd.tar.bz2
timeline-d25b74fa167944a7701997e34810a2ffc3c39edd.zip
Merge pull request #194 from crupest/bookmark-timeline
Bookmark timeline.
Diffstat (limited to 'BackEnd/Timeline/Startup.cs')
-rw-r--r--BackEnd/Timeline/Startup.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Startup.cs b/BackEnd/Timeline/Startup.cs
index d20fc54b..66c708ac 100644
--- a/BackEnd/Timeline/Startup.cs
+++ b/BackEnd/Timeline/Startup.cs
@@ -102,6 +102,7 @@ namespace Timeline
services.AddScoped<ITimelinePostService, TimelinePostService>();
services.AddScoped<IHighlightTimelineService, HighlightTimelineService>();
+ services.AddScoped<IBookmarkTimelineService, BookmarkTimelineService>();
services.AddDbContext<DatabaseContext>((services, options) =>
{