Skip to content

Commit

Permalink
Fix debug URL used for MobileMiner
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoolls committed Jul 23, 2013
1 parent 5d715e1 commit f897a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiMiner.Win/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ private void SubmitMobileMinerStats()

try
{
MobileMiner.Api.ApiContext.SubmitMiningStatistics("http://localhost:49609/", statisticsList);
MobileMiner.Api.ApiContext.SubmitMiningStatistics("https://mobileminer.azurewebsites.net", statisticsList);
}
catch (WebException ex)
{
Expand Down

0 comments on commit f897a91

Please sign in to comment.