Update server.js
This commit is contained in:
parent
218d7d094e
commit
866ca6a557
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ app.get('/api/db-health', async (req, res) => {
|
|||
});
|
||||
app.get('/api/version', async (req, res) => {
|
||||
try {
|
||||
res.json('1.0');
|
||||
res.json('1.01');
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
res.status(500).json({ connected: false, error: err.message });
|
||||
|
|
|
|||
Loading…
Reference in a new issue