Test deploy #31

Merged
John4064 merged 50 commits from test-deploy into main 2026-03-04 05:20:21 +00:00
Showing only changes of commit 866ca6a557 - Show all commits

View file

@ -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 });