배지승

Update test.js

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