blob: e9ae83fe5ac48f5048083807ea70e7f6e5bd9e0e (
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>
|