Skip to content

Commit 111a8e2

Browse files
authored
fix: trigger deployment
1 parent 51a27bc commit 111a8e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,4 @@ const { version } = require('../package.json');
6262
app.get('*', function (req, res) {
6363
res.status(200).send(version);
6464
});
65-
66-
module.exports = app;
65+
module.exports = app;

0 commit comments

Comments
 (0)