Skip to content

Commit

Permalink
Merge pull request #203 from tcet-opensource/202-vulnerabilities_in_p…
Browse files Browse the repository at this point in the history
…ackages

202 updated packages, modified route for infra, fixed import order
  • Loading branch information
Aastha-S-Rai authored Aug 18, 2023
2 parents acda575 + b8daecc commit b220726
Show file tree
Hide file tree
Showing 5 changed files with 2,721 additions and 2,635 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import express from "express";
import path, { dirname } from "path";
import { fileURLToPath } from "url";
import express from "express";
import morgan from "morgan";
import cookieParser from "cookie-parser";
import cors from "cors";
import { fileURLToPath } from "url";
import { logger } from "#util";
import indexRouter from "#routes/index";
import usersRouter from "#routes/users";
Expand Down
Loading

0 comments on commit b220726

Please sign in to comment.