update routes.ts

This commit is contained in:
joseph le 2023-09-13 16:17:14 +07:00
parent f4a2598c89
commit 025e9aa5df
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@ import { exec } from "child_process";
runtimeCheckLogs(Env.get("FOLDER_LOGS"));
// Route.get("/api/list", async () => {
// const a = await LogDetectFile.all();
// return a;
// });
//ERP get index serial number
Route.post(
"/api/getIndexSerialNumber",