Move to ha-client.app

This commit is contained in:
Yegor Vialov
2020-02-12 13:22:26 +00:00
parent c8d7e1a95f
commit f495a6affc
7 changed files with 13 additions and 13 deletions

View File

@ -24,7 +24,7 @@ class _WhatsNewPageState extends State<WhatsNewPage> {
error = "";
});
http.Response response;
response = await http.get("http://ha-client.estevez.dev/service/whats_new_0.7.0.md");
response = await http.get("http://ha-client.app/service/whats_new_0.7.0.md");
if (response.statusCode == 200) {
setState(() {
data = response.body;