watchyourlan/internal/web/public/js/notify.js
2024-10-20 18:31:12 +07:00

5 lines
98 B
JavaScript

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