diff --git a/docs/content/in-depth/client/_index.md b/docs/content/in-depth/client/_index.md index 4c4b430..60789d3 100644 --- a/docs/content/in-depth/client/_index.md +++ b/docs/content/in-depth/client/_index.md @@ -147,6 +147,7 @@ public class AppDbContext(DbContextOptions options) : OfflineDbCon optionsBuilder.UseEndpoint(new Uri("https://YOURSITEHERE.azurewebsites.net/")); } } +``` ## Pushing data to the remote service