Skip to content

Commit 9cde73f

Browse files
committed
hi
1 parent 18c8b5b commit 9cde73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session-service/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ app.use(
2323
credentials: true,
2424
})
2525
);
26-
app.use(express.json());
26+
app.use(express.json()); //
2727

2828
/**
2929
* Create an http server

0 commit comments

Comments
 (0)