This commit is contained in:
Chris Schinnerl 2021-12-03 11:05:35 +01:00
parent 5b3735927a
commit 09a5e4af77
No known key found for this signature in database
GPG Key ID: 9D2167A83B00583F
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const actions = [
{
name: "Unpin Skylink",
action: async ({ skylink }, mutate) => {
await toast.promise(ky.delete(`/user/uploads/${skylink}`), {
await toast.promise(ky.delete(`/api/user/uploads/${skylink}`), {
pending: "Unpinning Skylink",
success: "Skylink unpinned",
error: (error) => error.message,