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
···
const formData = new FormData(event.currentTarget);
try {
fetch(
-
`${PUBLIC_BASE_URL}/_api/pushnotif/?content=${formData.get('content')}&_token=${data.apiToken}`
+
`${PUBLIC_BASE_URL}/_api/pushnotif?content=${formData.get('content')}&_token=${data.apiToken}`
);
} catch (err) {
console.log(`failed to send notif: ${err}`);