From d8ff2f896e3443598f6771dd3b7de387ad63d9af Mon Sep 17 00:00:00 2001 From: "qcqcqc@wsl" <1220204124@zust.edu.cn> Date: Tue, 29 Apr 2025 13:49:31 +0800 Subject: [PATCH] https --- shared/pkg/client/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/pkg/client/client.go b/shared/pkg/client/client.go index f6842d2..c1b90e3 100644 --- a/shared/pkg/client/client.go +++ b/shared/pkg/client/client.go @@ -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 {