Skip to content

Commit

Permalink
Update setup.route.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-lorenzini authored Nov 21, 2023
1 parent 0979695 commit 699175d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/routes/setup.route.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Router.get('/', (req, res) => {
.find()
.then((doc) => {
if (!doc) {
return res.json({ active: false });
return res.json({ active: false, version: pjs.version });
}
res.json({
active: true,
Expand Down

0 comments on commit 699175d

Please sign in to comment.