Skip to content

Commit

Permalink
fix default region url address (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Saidl <[email protected]>
  • Loading branch information
jansaidl and Jan Saidl authored Mar 7, 2024
1 parent 0963234 commit f6dd907
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 f6dd907

Please sign in to comment.