diff --git a/search-api.js b/search-api.js deleted file mode 100644 index 5ae34053ec..0000000000 --- a/search-api.js +++ /dev/null @@ -1,16 +0,0 @@ -// const axios = require( 'axios' ); -// -// let config = { -// method: 'get', -// url: '{{host}}/v1/account', -// headers: {}, -// timeout: 100 -// }; -// -// axios( config ) -// .then( function ( response ) { -// console.log( JSON.stringify( response.data ) ); -// } ) -// .catch( function ( error ) { -// console.log( error ); -// } );