birzha-contracts/Views/Contracts/Push.cshtml

8 lines
119 B
Plaintext
Raw Permalink Normal View History

2022-10-27 12:48:42 +00:00
@{
ViewData["Title"] = "Push";
var response = ViewData["response"];
}
<h1>Push succeded</h1>
<p>@response</p>