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 0b33e82 commit 59feb3eCopy full SHA for 59feb3e
samples/TodoApi/Startup.cs
@@ -19,7 +19,6 @@ public void ConfigureServices(IServiceCollection services)
19
{
20
//svc.AddEfSqlLiteDb();
21
svc.AddEfCoreMySqlDb();
22
- //svc.AddExternalSystemHealthChecks();
23
},
24
(svc, _) => { svc.AddScoped<IUserGateway, UserGateway>(); }
25
);
samples/TodoApi/appsettings.json
@@ -24,7 +24,7 @@
"ApiVersion": { "Enabled": true },
"OpenApi": {
26
"Enabled": true,
27
- "UI": { "Enabled": true },
+ "OpenApiUI": { "Enabled": true },
28
"Profiler": { "Enabled": true },
29
"ApiInfo": {
30
"Title": "Todo APIs",
0 commit comments