Fix wrong url in api call

This commit is contained in:
Bubka 2023-10-20 17:20:04 +02:00
parent 5f83b5d70b
commit 4f59545e97

View File

@ -40,7 +40,7 @@ export default {
},
saveOrder(orderedIds, config = {}) {
return apiClient.post('/api/v1/twofaccounts/reorder', { orderedIds: orderedIds })
return apiClient.post('/twofaccounts/reorder', { orderedIds: orderedIds })
},
batchDelete(ids, config = {}) {