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 6740997 commit 9eb6d42Copy full SHA for 9eb6d42
service/src/express.js
@@ -40,7 +40,6 @@ app.use(
40
express.json(jsonOptions),
41
express.urlencoded( { ...jsonOptions, extended: true }));
42
43
-app.use(passport.initialize());
44
app.get('/api/docs/openapi.yaml', async function(req, res) {
45
const docPath = path.resolve(__dirname, 'docs', 'openapi.yaml');
46
fs.readFile(docPath, (err, contents) => {
0 commit comments