Skip to content

Commit

Permalink
#611 Removed point to localhost for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Barbieri committed May 25, 2015
1 parent e49870f commit 5e69915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public final class RtUser implements User {
* @param token Authentication token
*/
public RtUser(@NotNull final String token) {
this(URI.create("http://localhost:8080"), token);
this(URI.create("http://www.netbout.com"), token);
}

/**
Expand Down

0 comments on commit 5e69915

Please sign in to comment.