Viewing File: /home/maglabs/marco/wp-content/plugins/extendify/src/Launch/api/LibraryApi.js

import { Axios as api } from './axios';

/* Updates the site type in the Library */
export const updateSiteType = (data) => api.post('library/site-type', data);
Back to Directory File Manager