????

Your IP : 18.226.163.178


Current Path : /proc/self/cwd/wp-content/plugins/presto-player/src/shared/services/
Upload File :
Current File : //proc/self/cwd/wp-content/plugins/presto-player/src/shared/services/fetch-wp.js

import apiFetch from "@wordpress/api-fetch";

// nonce and root
apiFetch.use(apiFetch.createNonceMiddleware(prestoPlayer.nonce));
apiFetch.use(
  apiFetch.createRootURLMiddleware(
    prestoPlayer.root + prestoPlayer.wpVersionString
  )
);

export default apiFetch;