diff --git a/start/routes.ts b/start/routes.ts index a9e013a..8aeb852 100644 --- a/start/routes.ts +++ b/start/routes.ts @@ -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",