data endpoint for entity 90008 (aka. a website)

fix api trailing slash

ptr.pet 00bc18c0 253b437c

verified
0/0
Waiting for spindle ...
Changed files
+1 -1
src
routes
(site)
+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}`);