lint and format
This commit is contained in:
parent
b2906f0fe9
commit
be0c66110a
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ const configureRoutes = (app) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get("/version", (req, res) => {
|
app.get("/version", (req, res) => {
|
||||||
const {version} = require('./package.json');
|
const { version } = require("./package.json");
|
||||||
res.json({version})
|
res.json({ version });
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue