fix(rfid): corrected the link to reset

This commit is contained in:
2025-12-08 08:36:47 -06:00
parent 722b23a321
commit 8d90f27514

View File

@@ -112,7 +112,7 @@ export const readerColumns: ColumnDef<Readers>[] = [
const resetReads = async () => {
setReaderReset(true);
try {
const res = await axios.post("/api/rfid/resetRatio", {
const res = await axios.post("/lst/old/api/rfid/resetRatio", {
reader: name,
});