File "setup.js"
Full Path: /home/shadsolw/public_html/wp-content/plugins/extendify/src/AutoLaunch/functions/setup.js
File size: 299 bytes
MIME-type: text/x-java
Charset: utf-8
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',
});