We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ea768 commit 16d8798Copy full SHA for 16d8798
1 file changed
server/index.js
@@ -2,7 +2,7 @@ const express = require('express');
2
const app = express();
3
4
app.get('/', (req, res) => {
5
- res.send({ hi: 'there' });
+ res.send({ bye: 'buddy' });
6
});
7
8
const PORT = process.env.PORT || 5000;
0 commit comments