File "LibraryApi.js"
Full Path: /home/leadltht/fastlinkinternet.com/admin/wp-content/wp-content/wp-content/plugins/extendify/src/Launch/api/LibraryApi.js
File size: 171 bytes
MIME-type: text/x-java
Charset: utf-8
import { Axios as api } from '@launch/api/axios';
/* Updates the site type in the Library */
export const updateSiteType = (data) => api.post('library/site-type', data);