We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43f69e commit 3fd1094Copy full SHA for 3fd1094
pkg/analytics/client.go
@@ -44,7 +44,7 @@ func (a *Client) GetAnalyticsID(appName string, appId string, ownerName string)
44
req := Request{
45
Name: appName,
46
}
47
- url := "http://anayltic2-server.os-system:3010/api/websites"
+ url := "http://analytics-server.os-system:3010/api/websites"
48
49
resp, err := a.client.R().
50
SetHeader(restful.HEADER_ContentType, restful.MIME_JSON).
0 commit comments