mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Fix query_format path
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
d2f913ac1e
commit
2b12ff7ce8
|
@ -132,7 +132,7 @@ const ExpressionInput: FC<ExpressionInputProps> = ({
|
||||||
refetch: formatQuery,
|
refetch: formatQuery,
|
||||||
} = useAPIQuery<string>({
|
} = useAPIQuery<string>({
|
||||||
key: expr,
|
key: expr,
|
||||||
path: "format_query",
|
path: "/format_query",
|
||||||
params: {
|
params: {
|
||||||
query: expr,
|
query: expr,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue