mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-23 14:48:36 +01:00
Fix call of the Export api endpoint
This commit is contained in:
parent
e18653d553
commit
9b1733525f
@ -52,7 +52,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
export(ids, config = {}) {
|
export(ids, config = {}) {
|
||||||
return apiClient.delete('/twofaccounts/export?ids=' + ids, { ...config })
|
return apiClient.get('/twofaccounts/export?ids=' + ids, { ...config })
|
||||||
},
|
},
|
||||||
|
|
||||||
getQrcode(id, config = {}) {
|
getQrcode(id, config = {}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user