Skip to content

Commit

Permalink
Merge pull request #39 from kefengxu/patch-6
Browse files Browse the repository at this point in the history
Update StockRestApiTest.cs
  • Loading branch information
gateio authored Aug 28, 2019
2 parents 11c6404 + 934699b commit b968e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csharp/src/com/gate/rest/test/StockRestApiTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ namespace Com.Gate.Rest.Test
{
class StockRestApiTest
{
private static String QURL = "https://data.gateio.io";
private static String TURL = "https://api.gateio.io";
private static String QURL = "https://data.gateio.co";
private static String TURL = "https://api.gateio.co";
private static IStockRestApi stockGet = new StockRestApi(QURL);
private static IStockRestApi stockPost = new StockRestApi(TURL);

Expand Down

0 comments on commit b968e69

Please sign in to comment.