We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a919a commit 9c4370bCopy full SHA for 9c4370b
docs/content/in-depth/client/_index.md
@@ -147,6 +147,7 @@ public class AppDbContext(DbContextOptions<AppDbContext> options) : OfflineDbCon
147
optionsBuilder.UseEndpoint(new Uri("https://YOURSITEHERE.azurewebsites.net/"));
148
}
149
150
+```
151
152
## Pushing data to the remote service
153
0 commit comments