배지승

최솟값 parameter 추가

Showing 1 changed file with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ const fs = require('fs')
const api_key = fs.readFileSync('apikey', 'ascii')
console.log('apikey:',api_key)
//const url = 'https://api.whale-alert.io/v1/status?api_key=' + api_key;
//const url = 'https://api.whale-alert.io/v1/status?api_key=' + api_key
const options = {method: 'GET', headers: {Accept: 'application/json'}};
cursor = ''
......