Skip to content

Commit 0554e45

Browse files
author
Berry Langerak
committed
Students instead of World.
1 parent 21f677c commit 0554e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const app = express();
44
const PORT = process.env.PORT || 3000;
55

66
app.get('/', (req, res) => {
7-
res.send('Hello World!');
7+
res.send('Hello Students!');
88
});
99

1010
app.listen(PORT, () => {

0 commit comments

Comments
 (0)