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:
Ryan Nowak 2018-10-22 07:58:55 -07:00 коммит произвёл GitHub
Родитель 73d4a8b43e b3db95eb2d
Коммит f8e816b544
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 /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");
});
}
}