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.
2 parents 6e2ad92 + 23c4a88 commit 5d88171Copy full SHA for 5d88171
docs/pages/intermediate/databases-and-orms.md
@@ -157,7 +157,7 @@ var connectionString = "server=127.0.0.1;port=5432;database=momo;user id=postgre
157
builder.Services.AddSingleton(new DbConfig(connectionString));
158
builder.Services.AddDbContext<Database>();
159
160
-var app = var app = builder.Build();
+var app = builder.Build();
161
162
// ⚠️ ONLY DEMO CODE; NOT FOR PROD ⚠️
163
// Get our database from DI and ensure we create it
0 commit comments