8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
|
|
@{
|
||
|
|
ViewData["Title"] = "Push";
|
||
|
|
var response = ViewData["response"];
|
||
|
|
}
|
||
|
|
|
||
|
|
<h1>Push succeded</h1>
|
||
|
|
|
||
|
|
<p>@response</p>
|