Skip to content

Commit

Permalink
bump api version
Browse files Browse the repository at this point in the history
  • Loading branch information
csabapalfi committed Feb 12, 2018
1 parent 886c6f5 commit 70fc6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func buildPageSpeedURL(targetURL string, strategy string) string {
pageSpeedURL := &url.URL{
Host: "www.googleapis.com",
Scheme: "https",
Path: "pagespeedonline/v2/runPagespeed",
Path: "pagespeedonline/v4/runPagespeed",
}
q := pageSpeedURL.Query()
q.Set("url", targetURL)
Expand Down

0 comments on commit 70fc6cd

Please sign in to comment.