links the Json upload test
This commit is contained in:
parent
032e537ac3
commit
0ec38c3203
1 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
<form action="~/Home/GetUserInfo" method="post">
|
<form action="~/Home/GetUserInfo" method="post">
|
||||||
<button class="btn btn-lg btn-warning" type="submit">Query the resource controller</button>
|
<button class="btn btn-lg btn-warning" type="submit">Get user info</button>
|
||||||
|
</form>
|
||||||
|
<form action="~/Home/PostDeviceInfo" method="post">
|
||||||
|
<button class="btn btn-lg btn-warning" type="submit">Post device info</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<a class="btn btn-lg btn-danger" href="/signout">Sign out</a>
|
<a class="btn btn-lg btn-danger" href="/signout">Sign out</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue