fix(label ratio): correction to the endpoint
This commit is contained in:
@@ -55,7 +55,7 @@ export const labelRatioColumns: ColumnDef<Adjustmnets>[] = [
|
|||||||
const resetReads = async () => {
|
const resetReads = async () => {
|
||||||
setReaderReset(true);
|
setReaderReset(true);
|
||||||
try {
|
try {
|
||||||
const res = await axios.post("/api/ocp/resetlabelratio", {
|
const res = await axios.post("/lst/old/api/ocp/resetlabelratio", {
|
||||||
reader: name,
|
reader: name,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user