Fix bulk queue and blacklisk endpoints

This commit is contained in:
ta264
2021-05-05 21:23:15 +01:00
parent 4a7b14fa39
commit 146fe04cce
2 changed files with 2 additions and 1 deletions
@@ -146,6 +146,7 @@ export const actionHandlers = handleThunks({
url: '/blacklist/bulk',
method: 'DELETE',
dataType: 'json',
contentType: 'application/json',
data: JSON.stringify({ ids })
}).request;