Preview: setup.js
Size: 299 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/AutoLaunch/functions/setup.js
import apiFetch from '@wordpress/api-fetch';
export const prefetchAssistData = async () =>
await apiFetch({ path: 'extendify/v1/auto-launch/prefetch-assist-data' });
export const postLaunchFunctions = () =>
apiFetch({
path: '/extendify/v1/launch/post-launch-functions',
method: 'POST',
});
Directory Contents
Dirs: 0 × Files: 12