Skip to content

Commit

Permalink
changed ip address in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
andreacastello committed Nov 10, 2020
1 parent 557869a commit 30fed19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/WmClientExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ static void Main(string[] args)
{
// First we need to create a WM client instance, to connect to our WM server API at the specified host and port.
// Last parameter is a prefix for path, most of the time we won't need it
WmClient client = WmClient.Create("http" , "3.125.49.103", "80", "");
WmClient client = WmClient.Create("http" , "localhost", "80", "");

if (client != null)
{
Expand Down

0 comments on commit 30fed19

Please sign in to comment.