Fix fetch URL in push notification subscription to include leading slash #163

Merged
jothi merged 1 commits from ranjith-dev into master 2026-01-31 12:31:56 +00:00
Showing only changes of commit be2151a072 - Show all commits

View File

@@ -57,7 +57,7 @@
applicationServerKey: vapidKey
});
await fetch('api/push/subscribe', {
await fetch('/api/push/subscribe', {
method: 'POST',
headers: {
'Content-Type': 'application/json',