Fix device_id and device_private for HomeKit config

This commit is contained in:
Alex X
2024-05-12 15:59:50 +03:00
parent 5ccbd7c1c2
commit 9160403b99
3 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import (
func Init() {
var conf struct {
API struct {
Listen string `json:"listen"`
Listen string `yaml:"listen"`
} `yaml:"api"`
Mod struct {
Config string `yaml:"config"`