improve ux, moved functionality for better ui experience on app and extension.
This commit is contained in:
@@ -56,6 +56,7 @@ export const settingsApi = {
|
||||
getApiKey: () => api.get('/settings/api-key'),
|
||||
regenerateApiKey: () => api.post('/settings/api-key/regenerate'),
|
||||
getLogs: (params = {}) => api.get('/settings/logs', { params }),
|
||||
refreshStorageStats: () => api.post('/settings/storage-stats/refresh'),
|
||||
}
|
||||
|
||||
// Platforms API
|
||||
|
||||
Reference in New Issue
Block a user