Merge pull request #510 from dotnet-maestro-bot/merge/release/2.2-to-master
[automated] Merge branch 'release/2.2' => 'master'
This commit is contained in:
commit
f8e816b544
|
|
@ -78,7 +78,7 @@ namespace HealthChecksSample
|
||||||
{
|
{
|
||||||
await context.Response.WriteAsync("Go to /health to see the health status\n");
|
await context.Response.WriteAsync("Go to /health to see the health status\n");
|
||||||
await context.Response.WriteAsync("Go to /createdatabase to create the database\n");
|
await context.Response.WriteAsync("Go to /createdatabase to create the database\n");
|
||||||
await context.Response.WriteAsync("Go to /deletedatabase to create the database\n");
|
await context.Response.WriteAsync("Go to /deletedatabase to delete the database\n");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue