Skip to content

Commit

Permalink
Update provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFaust92 authored Oct 6, 2021
1 parent 2857916 commit d874cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func Provider() *schema.Provider {
return nil, fmt.Errorf("invalid base_endpoint: %w", err)
}

basePath := path.Join(u.Path + "/api/v1")
basePath := path.Join(u.Path + "/api/experimental")
log.Printf("[DEBUG] Using API prefix: %s", basePath)

authCtx := context.Background()
Expand Down

0 comments on commit d874cd0

Please sign in to comment.