Compare commits

...

1 Commits

Author SHA1 Message Date
Harsh Jha
6f2b1b50e9 chore: go quickstart ci test 2025-09-24 11:10:10 +05:30

View File

@@ -34,7 +34,7 @@ func main() {
ctx := context.Background()
// Create Toolbox Client
toolboxClient, err := core.NewToolboxClient("http://127.0.0.1:5000")
toolboxClient, err := core.NewToolboxClient("http://localhost:5000")
if err != nil {
log.Fatalf("Failed to create Toolbox client: %v", err)
}