This commit is contained in:
Pan Qiancheng 2025-04-29 13:49:31 +08:00
parent 61302b0fe0
commit d8ff2f896e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ func WithBaseURL(baseURL string) ClientOption {
}
func init() {
viper.SetDefault("machine_registry.endpoint", "http://smart-bm.zjuici.com/oak-api/endpoint")
viper.SetDefault("machine_registry.endpoint", "https://smart-bm.zjuici.com/oak-api/endpoint")
}
func NewClient(opts ...ClientOption) *Client {