Current File : /home/kelaby89/ap.cleaning/wp-content/plugins/extendify/src/Library/api/WPApi.js
import apiFetch from '@wordpress/api-fetch';

export const updateOption = async (option, value) =>
	await apiFetch({
		path: '/extendify/v1/library/settings/single',
		method: 'POST',
		data: { key: option, value },
	});
Page not found – Hello World !