fix(label ratio): correction to the endpoint

This commit is contained in:
2025-11-17 18:01:05 -06:00
parent b0ac326752
commit 50b7c9cac5

View File

@@ -55,7 +55,7 @@ export const labelRatioColumns: ColumnDef<Adjustmnets>[] = [
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,
});