Skip to content

Commit ef780a6

Browse files
committed
update URL to staging
1 parent 7837cbe commit ef780a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
)
3333

3434
// URL points to the Hover API url
35-
const URL = "http://localhost:3000/api/"
35+
const URL = "https://stage.usehover.com/api/"
3636

3737
var cfgFile string
3838

0 commit comments

Comments
 (0)