We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a10e7 commit 79eb0d3Copy full SHA for 79eb0d3
server/app.js
@@ -62,4 +62,5 @@ const { version } = require('../package.json');
62
app.get('*', function (req, res) {
63
res.status(200).send(version);
64
});
65
+
66
module.exports = app;
0 commit comments