Skip to content

Commit 3fd1094

Browse files
authored
fix: analytics scripts inject (#104)
1 parent a43f69e commit 3fd1094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/analytics/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func (a *Client) GetAnalyticsID(appName string, appId string, ownerName string)
4444
req := Request{
4545
Name: appName,
4646
}
47-
url := "http://anayltic2-server.os-system:3010/api/websites"
47+
url := "http://analytics-server.os-system:3010/api/websites"
4848

4949
resp, err := a.client.R().
5050
SetHeader(restful.HEADER_ContentType, restful.MIME_JSON).

0 commit comments

Comments
 (0)