aboutsummaryrefslogtreecommitdiff
path: root/back-end/src/SimpleBookmarkEntry.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-05-16 22:11:33 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-05-16 22:11:33 -0400
commit2cbd35be45dfaa4040626eaddd9c52c368a59bb2 (patch)
tree67ef0952337aefb9441ddc39c6cb8bf54a66cbd2 /back-end/src/SimpleBookmarkEntry.cs
parentc8e3ca86be45be05c1f76a7dd808275a1afaccb0 (diff)
first ideas on an iframe widget for favorites
Diffstat (limited to 'back-end/src/SimpleBookmarkEntry.cs')
-rw-r--r--back-end/src/SimpleBookmarkEntry.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/back-end/src/SimpleBookmarkEntry.cs b/back-end/src/SimpleBookmarkEntry.cs
index 13b94a5..27813d7 100644
--- a/back-end/src/SimpleBookmarkEntry.cs
+++ b/back-end/src/SimpleBookmarkEntry.cs
@@ -51,6 +51,7 @@ namespace SimpleBookmark
this.Route<BookmarkEndpoint>();
this.Route<BmAccountEndpoint>();
this.Route<SiteLookupEndpoint>();
+ this.Route<WidgetEndpoint>();
//Ensure database is created after a delay
this.ObserveWork(() => this.EnsureDbCreatedAsync<SimpleBookmarkContext>(this), 1500);