removed relative path;

MQTT port & toppic fixed;
This commit is contained in:
Dobromir Popov
2021-05-01 01:54:51 +03:00
parent 7740770ace
commit 643c6c6b5f
9 changed files with 37 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
<a href=config.localPath + "/accontrol" >control</a>
<a href=config.localPath + "/logout" >log out</a>
<a href=config.localPath + "/chart"> chart</a>
<a href=config.localPath + "/garden"> garden</a>
<a href="/accontrol" >control</a>
<a href="/logout" >log out</a>
<a href="/chart"> chart</a>
<a href="/garden"> garden</a>