ip address set to work on tethering
parent
cc3e151a26
commit
4e1b66f890
|
@ -12,7 +12,7 @@ import static meerkat.pollingstation.PollingStationConstants.POLLING_STATION_WEB
|
|||
*/
|
||||
public class PollingStationClientToyRun {
|
||||
|
||||
private static final String ADDRESS = "http://localhost";
|
||||
private static final String ADDRESS = "http://192.168.43.79";
|
||||
private static final String SUB_ADDRESS = "";
|
||||
private static final int PORT = 8080;
|
||||
|
||||
|
|
Loading…
Reference in New Issue