We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c8b5b commit 9cde73fCopy full SHA for 9cde73f
session-service/src/server.ts
@@ -23,7 +23,7 @@ app.use(
23
credentials: true,
24
})
25
);
26
-app.use(express.json());
+app.use(express.json()); //
27
28
/**
29
* Create an http server
0 commit comments