forked from AkkomaGang/admin-fe
Update relay URL when unfollowing a relay
This commit is contained in:
parent
9c646f859d
commit
2eb1d2b840
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export async function deleteRelay(relay, authHost, token) {
|
||||||
url: '/api/pleroma/admin/relay',
|
url: '/api/pleroma/admin/relay',
|
||||||
method: 'delete',
|
method: 'delete',
|
||||||
headers: authHeaders(token),
|
headers: authHeaders(token),
|
||||||
data: { relay_url: `https://${relay}/actor` }
|
data: { relay_url: `https://${relay}` }
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue