diff --git a/app.js b/app.js index 951f355..a7820e2 100644 --- a/app.js +++ b/app.js @@ -19,7 +19,6 @@ const cors = require("cors"); const authenticate = require("./src/middlewares/auth.middlewares"); // Internal Requires -const log = require("./src/utils/logs.utils"); const version = require("./src/configs/version.configs"); const listRtr = require("./src/routes/list.routes"); const ldbRtr = require("./src/routes/ldb.routes"); diff --git a/src/routes/api1.routes.js b/src/routes/api1.routes.ts similarity index 100% rename from src/routes/api1.routes.js rename to src/routes/api1.routes.ts diff --git a/src/routes/api2.routes.js b/src/routes/api2.routes.ts similarity index 100% rename from src/routes/api2.routes.js rename to src/routes/api2.routes.ts diff --git a/src/routes/find.routes.js b/src/routes/find.routes.ts similarity index 100% rename from src/routes/find.routes.js rename to src/routes/find.routes.ts diff --git a/src/routes/issue.routes.js b/src/routes/issue.routes.ts similarity index 100% rename from src/routes/issue.routes.js rename to src/routes/issue.routes.ts diff --git a/src/routes/kube.routes.js b/src/routes/kube.routes.ts similarity index 100% rename from src/routes/kube.routes.js rename to src/routes/kube.routes.ts diff --git a/src/routes/ldb.routes.js b/src/routes/ldb.routes.ts similarity index 100% rename from src/routes/ldb.routes.js rename to src/routes/ldb.routes.ts diff --git a/src/routes/ldbs.routes.js b/src/routes/ldbs.routes.ts similarity index 100% rename from src/routes/ldbs.routes.js rename to src/routes/ldbs.routes.ts diff --git a/src/routes/list.routes.js b/src/routes/list.routes.ts similarity index 100% rename from src/routes/list.routes.js rename to src/routes/list.routes.ts diff --git a/src/routes/live2.routes.js b/src/routes/live2.routes.ts similarity index 100% rename from src/routes/live2.routes.js rename to src/routes/live2.routes.ts diff --git a/src/routes/misc.routes.js b/src/routes/misc.routes.ts similarity index 100% rename from src/routes/misc.routes.js rename to src/routes/misc.routes.ts diff --git a/src/routes/pis.routes.js b/src/routes/pis.routes.ts similarity index 100% rename from src/routes/pis.routes.js rename to src/routes/pis.routes.ts diff --git a/src/routes/pis2.routes.js b/src/routes/pis2.routes.ts similarity index 100% rename from src/routes/pis2.routes.js rename to src/routes/pis2.routes.ts diff --git a/src/routes/ref2.routes.js b/src/routes/ref2.routes.ts similarity index 100% rename from src/routes/ref2.routes.js rename to src/routes/ref2.routes.ts diff --git a/src/routes/registration.routes.js b/src/routes/registration.routes.ts similarity index 100% rename from src/routes/registration.routes.js rename to src/routes/registration.routes.ts diff --git a/src/routes/stats.routes.js b/src/routes/stats.routes.ts similarity index 100% rename from src/routes/stats.routes.js rename to src/routes/stats.routes.ts diff --git a/src/routes/timetable2.routes.js b/src/routes/timetable2.routes.ts similarity index 100% rename from src/routes/timetable2.routes.js rename to src/routes/timetable2.routes.ts diff --git a/src/routes/train.routes.js b/src/routes/train.routes.ts similarity index 100% rename from src/routes/train.routes.js rename to src/routes/train.routes.ts diff --git a/src/routes/user2.routes.js b/src/routes/user2.routes.ts similarity index 100% rename from src/routes/user2.routes.js rename to src/routes/user2.routes.ts