HarborForge.Cli: dev-2026-03-29 -> main #2

Merged
hzhang merged 8 commits from dev-2026-03-29 into main 2026-04-05 22:08:35 +00:00
Showing only changes of commit b287b1ff17 - Show all commits

View File

@@ -93,7 +93,7 @@ func (c *Client) Delete(path string) ([]byte, error) {
// Health checks the API health endpoint and returns the response.
func (c *Client) Health() (map[string]interface{}, error) {
data, err := c.Get("/api/health/")
data, err := c.Get("/health")
if err != nil {
return nil, err
}