Skip to content

Commit 16d8798

Browse files
committed
followup deploy
1 parent e8ea768 commit 16d8798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const express = require('express');
22
const app = express();
33

44
app.get('/', (req, res) => {
5-
res.send({ hi: 'there' });
5+
res.send({ bye: 'buddy' });
66
});
77

88
const PORT = process.env.PORT || 5000;

0 commit comments

Comments
 (0)