diff --git a/backend/main.go b/backend/main.go index 2b3d439..ff4c427 100644 --- a/backend/main.go +++ b/backend/main.go @@ -55,7 +55,7 @@ func processRequest(requestBody RequestBody) string { } func searchHash(hash string) []string { - const tablesPath = "../tables" + const tablesPath = "./tables" files, err := os.ReadDir(tablesPath) if err != nil { fmt.Printf("Error reading directory: %v\n", err)