Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mukul-bittmax committed May 6, 2019
1 parent e17c3c8 commit e35799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Sample NodeJS program::
const CLIENT_KEY = "a64cdc31716649d4c8fd79b89ab965d8";
const CLIENT_SECRET = "d37e9c4f137601f2c59b796a033a99a35e20a6757e754f30d00cff9c438b0cac";

let baseURL = "http://localhost:7001/api-client"
let baseURL = "https://coinmax.com.au/api/api-client"
let apiURL = `/trades?timestamp=${time}&page=0&symbol=ETH-AUD`;
let reqURl = `${baseURL}${apiURL}`;

Expand Down

0 comments on commit e35799e

Please sign in to comment.