aboutsummaryrefslogtreecommitdiff
path: root/back-end/src/SimpleBookmarkEntry.cs
diff options
context:
space:
mode:
Diffstat (limited to 'back-end/src/SimpleBookmarkEntry.cs')
-rw-r--r--back-end/src/SimpleBookmarkEntry.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/back-end/src/SimpleBookmarkEntry.cs b/back-end/src/SimpleBookmarkEntry.cs
index a1c9590..13b94a5 100644
--- a/back-end/src/SimpleBookmarkEntry.cs
+++ b/back-end/src/SimpleBookmarkEntry.cs
@@ -50,9 +50,10 @@ namespace SimpleBookmark
//route the bm endpoint
this.Route<BookmarkEndpoint>();
this.Route<BmAccountEndpoint>();
+ this.Route<SiteLookupEndpoint>();
//Ensure database is created after a delay
- this.ObserveWork(() => this.EnsureDbCreatedAsync<SimpleBookmarkContext>(this), 1000);
+ this.ObserveWork(() => this.EnsureDbCreatedAsync<SimpleBookmarkContext>(this), 1500);
Log.Information("Plugin Loaded");
PrintHelloMessage();