From 13e05d7e048c62845466b0be41402985d7f3f38b Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Wed, 8 Oct 2025 22:27:51 -0400 Subject: Adjust endpoints to match server expectations --- ui/lib/apiServer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/lib/apiServer.js') diff --git a/ui/lib/apiServer.js b/ui/lib/apiServer.js index 295c99a..79fbd17 100644 --- a/ui/lib/apiServer.js +++ b/ui/lib/apiServer.js @@ -51,7 +51,7 @@ export async function acceptInvite(inviteId, name, password) { } export async function createPushSubscription(data) { - return await apiServer.post('/push', { data }).catch(responseError); + return await apiServer.post('/push/subscribe', { data }).catch(responseError); } export async function deletePushSubscription(data) { -- cgit v1.2.3