Fix call of the Export api endpoint

This commit is contained in:
Bubka 2023-11-10 14:23:52 +01:00
parent e18653d553
commit 9b1733525f

View File

@ -52,7 +52,7 @@ export default {
},
export(ids, config = {}) {
return apiClient.delete('/twofaccounts/export?ids=' + ids, { ...config })
return apiClient.get('/twofaccounts/export?ids=' + ids, { ...config })
},
getQrcode(id, config = {}) {