배지승

최솟값 parameter 추가

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