Skip to content

Commit 128d81b

Browse files
committed
Update API endpoint hostname
1 parent 14a7900 commit 128d81b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

perfops/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
const UserAgent = "PerfOps API Go Client"
3030

3131
const (
32-
apiRoot = "https://api.perfops.space"
32+
apiRoot = "https://api.perfops.net"
3333
basePath = apiRoot
3434
libVersion = "v1.0.0"
3535
userAgent = UserAgent + "/" + libVersion + " (" + runtime.GOOS + "/" + runtime.GOARCH + ")"

0 commit comments

Comments
 (0)