We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f42b0 commit 6c38f5bCopy full SHA for 6c38f5b
apps/server/src/index.ts
@@ -69,7 +69,7 @@ app.use(express.json({ limit: '2mb' }));
69
app.use(cors());
70
71
app.get('/', (_req, res) => {
72
- res.send('Server is running');
+ res.send('Server is running (v0.0.5)');
73
});
74
75
app.get('/connect/spaces', async (req, res) => {
0 commit comments