mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-13 15:37:08 +02:00
Fix call of the Export api endpoint
This commit is contained in:
@ -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 = {}) {
|
||||
|
Reference in New Issue
Block a user