Now SVC must be working in full TLS mode
This commit is contained in:
@@ -91,5 +91,5 @@ func (c *HttpClient) getApiUrl(api string) string {
|
||||
apiAddr = api // default api run on 80 int port
|
||||
}
|
||||
|
||||
return "http://" + apiAddr
|
||||
return "https://" + apiAddr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user