We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7837cbe commit ef780a6Copy full SHA for ef780a6
cmd/root.go
@@ -32,7 +32,7 @@ import (
32
)
33
34
// URL points to the Hover API url
35
-const URL = "http://localhost:3000/api/"
+const URL = "https://stage.usehover.com/api/"
36
37
var cfgFile string
38
0 commit comments