Set up the QRcode view

This commit is contained in:
Bubka
2023-10-27 16:09:59 +02:00
parent a880b1c8c7
commit fb49e55e34
2 changed files with 46 additions and 0 deletions

View File

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