Skip to content

Commit

Permalink
Update basePath for autopush
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan authored May 29, 2024
1 parent cfe9f16 commit 90ec6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/apiclient/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
const (
baseURL = "https://apigee.googleapis.com/v1/organizations/"
baseStagingURL = "https://staging-apigee.sandbox.googleapis.com/v1/organizations/"
baseAutoURL = "https://autopush-apigee.sandbox.googleapis.com/"
baseAutoURL = "https://autopush-apigee.sandbox.googleapis.com/v1/organizations/"
)

// registryBaseURL is the Apigee API Hub control plane endpoint
Expand Down

0 comments on commit 90ec6ce

Please sign in to comment.