Skip to content

Commit 6c38f5b

Browse files
committed
add server version
1 parent a4f42b0 commit 6c38f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ app.use(express.json({ limit: '2mb' }));
6969
app.use(cors());
7070

7171
app.get('/', (_req, res) => {
72-
res.send('Server is running');
72+
res.send('Server is running (v0.0.5)');
7373
});
7474

7575
app.get('/connect/spaces', async (req, res) => {

0 commit comments

Comments
 (0)