Skip to content

Commit

Permalink
updated index
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivomc committed May 27, 2021
1 parent 4b9a14c commit 9c5f06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var express = require('express');
var app = express();

app.get('/', function (req, res) {
res.send('Hello World!');
res.send('Hello this is my class!');
});

var server = app.listen(3000, function () {
Expand Down

0 comments on commit 9c5f06d

Please sign in to comment.