File "controls.js"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/surerank/src/admin-store/controls.js
File size: 173 bytes
MIME-type: text/x-java
Charset: utf-8
import apiFetch from '@wordpress/api-fetch';
const controls = {
FETCH_FROM_API( action ) {
return apiFetch( { path: action.payload } );
},
};
export default controls;