data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix api trailing slash

dusk 00bc18c0 253b437c

+1 -1
+1 -1
src/routes/(site)/+page.svelte
··· 362 362 const formData = new FormData(event.currentTarget); 363 363 try { 364 364 fetch( 365 - `${PUBLIC_BASE_URL}/_api/pushnotif/?content=${formData.get('content')}&_token=${data.apiToken}` 365 + `${PUBLIC_BASE_URL}/_api/pushnotif?content=${formData.get('content')}&_token=${data.apiToken}` 366 366 ); 367 367 } catch (err) { 368 368 console.log(`failed to send notif: ${err}`);