Skip to content

Commit 4fb9631

Browse files
author
puetzp
committed
Fix endpoint ...
1 parent d6ac7e1 commit 4fb9631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ impl Client {
144144
) -> Result<Response, Error> {
145145
let mut url = self.base_url.clone();
146146

147-
url.push_str("/query");
147+
url.push_str("/query_range");
148148

149149
validate_duration(step)?;
150150

0 commit comments

Comments
 (0)