mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Fix wrong url in api call
This commit is contained in:
@ -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 = {}) {
|
||||
|
Reference in New Issue
Block a user