audit and sync
This commit is contained in:
@@ -179,4 +179,9 @@ export const api = {
|
||||
body: JSON.stringify({ rules }),
|
||||
}).then(r => r.json());
|
||||
},
|
||||
|
||||
// Sync de emergencia desde WooCommerce
|
||||
async syncFromWoo() {
|
||||
return fetch("/products/sync-from-woo", { method: "POST" }).then(r => r.json());
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user