mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -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,
|
||||
} = useAPIQuery<string>({
|
||||
key: expr,
|
||||
path: "format_query",
|
||||
path: "/format_query",
|
||||
params: {
|
||||
query: expr,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue