diff --git a/helpers/api/client.js b/helpers/api/client.js index 89d655e..fdc5ef8 100644 --- a/helpers/api/client.js +++ b/helpers/api/client.js @@ -30,10 +30,10 @@ const defaultFetchMethod = async function (...args) { const HTTP_METHODS = [ 'GET', - 'POST', - 'PUT', - 'DELETE', - 'PATCH' + // 'POST', + // 'PUT', + // 'DELETE', + // 'PATCH' ] const apiBaseUrl = `${ getApiUrl().replace(/\/$/, '') }/api`