Skip to content

Commit

Permalink
Add sessiom request types
Browse files Browse the repository at this point in the history
  • Loading branch information
sevelinCa committed Jul 21, 2024
1 parent c90f9a7 commit ef2ce98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ app.use(
);

app.use(cookieParser());
app.use(express.json);
app.use(express.urlencoded({ extended: true }));
app.use(
session({
Expand Down

0 comments on commit ef2ce98

Please sign in to comment.