Skip to content

Commit ef2ce98

Browse files
committed
Add sessiom request types
1 parent c90f9a7 commit ef2ce98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ app.use(
5959
);
6060

6161
app.use(cookieParser());
62-
app.use(express.json);
6362
app.use(express.urlencoded({ extended: true }));
6463
app.use(
6564
session({

0 commit comments

Comments
 (0)