google: fix default provider URL (#1928)

This commit is contained in:
Caleb Doxsey 2021-02-22 11:21:16 -07:00 committed by GitHub
parent a4e1ae8db0
commit 03d8ffaee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ const (
)
const (
defaultProviderURL = "https://www.googleapis.com/admin/directory/v1/"
defaultProviderURL = "https://www.googleapis.com/"
)
type config struct {