Skip to content

Commit b220726

Browse files
authored
Merge pull request #203 from tcet-opensource/202-vulnerabilities_in_packages
202 updated packages, modified route for infra, fixed import order
2 parents acda575 + b8daecc commit b220726

File tree

5 files changed

+2721
-2635
lines changed

5 files changed

+2721
-2635
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import express from "express";
21
import path, { dirname } from "path";
2+
import { fileURLToPath } from "url";
3+
import express from "express";
34
import morgan from "morgan";
45
import cookieParser from "cookie-parser";
56
import cors from "cors";
6-
import { fileURLToPath } from "url";
77
import { logger } from "#util";
88
import indexRouter from "#routes/index";
99
import usersRouter from "#routes/users";

0 commit comments

Comments
 (0)