watchyourlan/internal/web/public/js/notify.js
2025-03-18 22:04:12 +07:00

5 lines
98 B
JavaScript

async function testNotifications() {
const url = '/api/notify_test';
await fetch(url);
}