Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정홍주
/
Coin-trade-assistant
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
배지승
2021-05-23 14:09:37 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
74ef2b3d249bed62f77e58edfaeb085a66033bf4
74ef2b3d
1 parent
739fbf25
Update test.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
test.js
test.js
View file @
74ef2b3
...
...
@@ -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'
}};
...
...
Please
register
or
login
to post a comment