Skip to content

Commit e5d1be3

Browse files
committed
fix(discovery): add missing slash before path
1 parent 3cbc511 commit e5d1be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Services/Discovery/v1/Discovery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4882,7 +4882,7 @@ public bool GetMetricsQueryTokenEvent(SuccessCallback<MetricTokenResponse> succe
48824882
req.Parameters["count"] = count;
48834883
req.OnResponse = OnGetMetricsQueryTokenEventResponse;
48844884

4885-
RESTConnector connector = RESTConnector.GetConnector(Credentials, "v1/metrics/top_query_tokens_with_event_rate");
4885+
RESTConnector connector = RESTConnector.GetConnector(Credentials, "/v1/metrics/top_query_tokens_with_event_rate");
48864886
if (connector == null)
48874887
return false;
48884888

0 commit comments

Comments
 (0)