watchyourlan/internal/web/public/js/notify.js
2024-10-18 17:56:41 +01:00

5 lines
116 B
JavaScript

async function testNotifications() {
const url = '/api/test_notify'
await fetch(url, { method: 'post' })
}