Skip to content

Commit

Permalink
fix default region url address
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Saidl committed Mar 7, 2024
1 parent 5ff0d4a commit e4f23dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/zerops.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
DefaultRegionUrl = "https://api.app.zerops.io/api/rest/public/region/zcli"
DefaultRegionUrl = "https://api.app-prg1.zerops.io/api/rest/public/region/zcli"
ZeropsDir = "zerops"
ZeropsLogFile = "zerops.log"
WgConfigFile = "zerops.conf"
Expand Down

0 comments on commit e4f23dc

Please sign in to comment.