mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00:00
hmmmmm
This commit is contained in:
parent
79ba9ce6d3
commit
bfdf12ddf4
1 changed files with 6 additions and 1 deletions
|
@ -5,5 +5,10 @@
|
||||||
|
|
||||||
<p>Wow, an actual index page.</p>
|
<p>Wow, an actual index page.</p>
|
||||||
|
|
||||||
<button class="btn btn-default" onclick="$.ajax({ url: '/API/TestNotification' });">Send test notification.</button>
|
<button class="btn btn-default" onclick="sendMessageToApi();">Send test notification.</button>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function sendMessageToApi() {
|
||||||
|
$.ajax({ url: "/API/TestNotification" });
|
||||||
|
}
|
||||||
|
</script>
|
Loading…
Reference in a new issue