From ef780a602b9358c21b78b7498adfec5606d841db Mon Sep 17 00:00:00 2001 From: Ishuah Kariuki Date: Mon, 23 Mar 2020 20:34:15 +0300 Subject: [PATCH] update URL to staging --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index b26d789..73c9ee4 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -32,7 +32,7 @@ import ( ) // URL points to the Hover API url -const URL = "http://localhost:3000/api/" +const URL = "https://stage.usehover.com/api/" var cfgFile string