Fix base_path for integration with Hass

This commit is contained in:
Alexey Khit
2022-09-16 14:19:23 +03:00
parent 63b9639e86
commit 71e1c840a7
7 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
func Init() {
log = app.GetLogger("exec")
api.HandleFunc("/api/devices", handle)
api.HandleFunc("api/devices", handle)
}
func GetInput(src string) (string, error) {