https
This commit is contained in:
parent
61302b0fe0
commit
d8ff2f896e
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue