From 997b13ae3c40a55cc5fed64f88fd15ae9d89f03a Mon Sep 17 00:00:00 2001 From: Alberto Soutullo Date: Fri, 19 Jan 2024 11:21:31 +0100 Subject: [PATCH] Modified path to json --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c214c05..f4c54d6 100644 --- a/main.go +++ b/main.go @@ -130,7 +130,7 @@ func resolveAddress(addr string) (net.IP, error) { } func readIDsFile() map[string]interface{} { - fileContent, err := os.ReadFile("ids.json") + fileContent, err := os.ReadFile("/node/ids.json") if err != nil { fmt.Println("Error reading the JSON file:", err) return nil