blob: 78404a110a44b0c2b6d33b936cf34e914efd91da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
@{
ViewBag.Title = "Administration Control Panel";
}
<p>Wow, an actual index page.</p>
<button class="btn btn-default" onclick="$.ajax({url:'/API/TestNotification'})">Send test notification.</button>
|