mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-05-29 22:39:11 +02:00
Fix wrong url in api call
This commit is contained in:
parent
5f83b5d70b
commit
4f59545e97
@ -40,7 +40,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
saveOrder(orderedIds, config = {}) {
|
saveOrder(orderedIds, config = {}) {
|
||||||
return apiClient.post('/api/v1/twofaccounts/reorder', { orderedIds: orderedIds })
|
return apiClient.post('/twofaccounts/reorder', { orderedIds: orderedIds })
|
||||||
},
|
},
|
||||||
|
|
||||||
batchDelete(ids, config = {}) {
|
batchDelete(ids, config = {}) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user