Domain update.

--HG--
branch : dev
This commit is contained in:
Martín Lucas Golini
2019-03-24 20:43:34 -03:00
parent c2b4af21f1
commit 37c76ff90c
2 changed files with 4 additions and 4 deletions

View File

@@ -180,11 +180,11 @@ Module based on the SFML implementation.
**UI Screenshots:**
--------------------
![Map Editor](https://web.ensoft-dev.com/eepp/screenshots/eepp1.png)
![Map Editor](https://web.ensoft.dev/eepp/screenshots/eepp1.png)
![UI Elements with 2x pixel density](https://web.ensoft-dev.com/eepp/screenshots/eepp2.png)
![UI Elements with 2x pixel density](https://web.ensoft.dev/eepp/screenshots/eepp2.png)
![Texture Atlas Editor with 1.5x pixel density](https://web.ensoft-dev.com/eepp/screenshots/eepp3.png)
![Texture Atlas Editor with 1.5x pixel density](https://web.ensoft.dev/eepp/screenshots/eepp3.png)
**UI Layout XML example:**
--------------------

View File

@@ -96,7 +96,7 @@ IpAddress IpAddress::getPublicAddress(Time timeout) {
// Here we get the web page from http://www.sfml-dev.org/ip-provider.php
// and parse the result to extract our IP address
// (not very hard: the web page contains only our IP address).
Http server("ip.ensoft-dev.com");
Http server("ip.ensoft.dev");
Http::Request request("/", Http::Request::Get);
Http::Response page = server.sendRequest(request, timeout);
if (page.getStatus() == Http::Response::Ok)