Skip to content

Commit

Permalink
Merge pull request #22 from vulncheck-oss/inquiry-page-change
Browse files Browse the repository at this point in the history
🗑️ pull staging and point to new inquiry page
  • Loading branch information
acidjazz authored May 8, 2024
2 parents 1387f7d + 2390231 commit fe8574e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion pkg/cmd/auth/login/web/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func CmdWeb(cmd *cobra.Command, args []string) error {
Style(ui.Pantone).
Title(" Awaiting Verification...").Action(func() {

if err := browser.OpenURL(fmt.Sprintf("%s/inquiry/new", environment.Env.WEB)); err != nil {
if err := browser.OpenURL(fmt.Sprintf("%s/inquiry", environment.Env.WEB)); err != nil {
errorResponse = err
return
}
Expand Down
6 changes: 0 additions & 6 deletions pkg/environment/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ var Environments = []Environment{
API: "https://api.vulncheck.com",
WEB: "https://vulncheck.com",
},
{
Name: "staging",
Values: []string{"staging", "stage"},
API: "https://api.staging.vulncheck.com",
WEB: "https://staging.vulncheck.com",
},
{
Name: "development",
Values: []string{"development", "dev", "local"},
Expand Down

0 comments on commit fe8574e

Please sign in to comment.