Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ const express = require('express'); | ... | @@ -2,7 +2,7 @@ const express = require('express'); |
2 | const app = express(); | 2 | const app = express(); |
3 | 3 | ||
4 | const fetch = require('node-fetch'); | 4 | const fetch = require('node-fetch'); |
5 | -const api_key = '4h4PrjdPl04aplYHbM5xUK1xoGPffEfE';//Delete before commit API ddaro bonae jum. | 5 | +const api_key = '';//Delete before commit API ddaro bonae jum. |
6 | 6 | ||
7 | const url = 'https://api.whale-alert.io/v1/status?api_key=' + api_key; | 7 | const url = 'https://api.whale-alert.io/v1/status?api_key=' + api_key; |
8 | const options = {method: 'GET', headers: {Accept: 'application/json'}}; | 8 | const options = {method: 'GET', headers: {Accept: 'application/json'}}; | ... | ... |
-
Please register or login to post a comment