update routes.ts
This commit is contained in:
parent
f4a2598c89
commit
025e9aa5df
|
|
@ -31,11 +31,6 @@ import { exec } from "child_process";
|
||||||
|
|
||||||
runtimeCheckLogs(Env.get("FOLDER_LOGS"));
|
runtimeCheckLogs(Env.get("FOLDER_LOGS"));
|
||||||
|
|
||||||
// Route.get("/api/list", async () => {
|
|
||||||
// const a = await LogDetectFile.all();
|
|
||||||
// return a;
|
|
||||||
// });
|
|
||||||
|
|
||||||
//ERP get index serial number
|
//ERP get index serial number
|
||||||
Route.post(
|
Route.post(
|
||||||
"/api/getIndexSerialNumber",
|
"/api/getIndexSerialNumber",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue