corrected url
This commit is contained in:
parent
a9ece95d07
commit
fcd35f166e
@ -68,7 +68,7 @@
|
||||
|
||||
document.getElementById('version-link').addEventListener('click', function(event) {
|
||||
event.preventDefault();
|
||||
fetch('{{ url_for("send_test_notification_proxy") }}', {
|
||||
fetch('{{ url_for("send_test_notification") }}', {
|
||||
method: 'POST'
|
||||
}).then(response => response.json())
|
||||
.then(data => console.log(data.message))
|
||||
|
Loading…
x
Reference in New Issue
Block a user