From 50b7c9cac5cd6923b08a8705fc8cb41530ec5b02 Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 17 Nov 2025 18:01:05 -0600 Subject: [PATCH] fix(label ratio): correction to the endpoint --- .../tableData/production/labelRatio/labelRatioColumns.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/_old/old/-utils/tableData/production/labelRatio/labelRatioColumns.tsx b/frontend/src/routes/_old/old/-utils/tableData/production/labelRatio/labelRatioColumns.tsx index 8ac0a45..c2c5d9f 100644 --- a/frontend/src/routes/_old/old/-utils/tableData/production/labelRatio/labelRatioColumns.tsx +++ b/frontend/src/routes/_old/old/-utils/tableData/production/labelRatio/labelRatioColumns.tsx @@ -55,7 +55,7 @@ export const labelRatioColumns: ColumnDef[] = [ const resetReads = async () => { setReaderReset(true); try { - const res = await axios.post("/api/ocp/resetlabelratio", { + const res = await axios.post("/lst/old/api/ocp/resetlabelratio", { reader: name, });