migrate /metric_file/[id] to be v2

This commit is contained in:
Wells Bunker 2025-09-19 15:34:19 -06:00
parent c20031b225
commit 08c829904c
No known key found for this signature in database
GPG Key ID: DB16D6F2679B78FC
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export const getMetric = async ({
id,
...params
}: GetMetricRequest): Promise<GetMetricResponse> => {
return mainApi
return mainApiV2
.get<GetMetricResponse>(`/metric_files/${id}`, {
params,
})