Skip to content

Commit

Permalink
Changed ip that server listens on to let it process connections from …
Browse files Browse the repository at this point in the history
…anywhere
  • Loading branch information
VladoCC committed Feb 22, 2021
1 parent b6311ba commit 0340813
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class NetworkProcessor implements IProcessor {

private static final String host = "localhost";
private static final String host = "0.0.0.0";
private static final int port = 8080;

private static NetworkProcessor instance = null;
Expand Down

0 comments on commit 0340813

Please sign in to comment.