Skip to content

Commit 79eb0d3

Browse files
authored
fix: trigger deployment
1 parent 48a10e7 commit 79eb0d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/app.js

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

0 commit comments

Comments
 (0)