Skip to content

Commit

Permalink
Move api domain to .dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanHabic committed Mar 17, 2019
1 parent 07c1516 commit b2a1e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

func Request(method, path string, body []byte) io.Reader {
apiBase := "http://api.tenderly.love"
apiBase := "http://api.tenderly.dev"
if alternativeApiBase := config.MaybeGetString("api_base"); len(alternativeApiBase) != 0 {
apiBase = alternativeApiBase
}
Expand Down

0 comments on commit b2a1e41

Please sign in to comment.