We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3029259 commit a3ea367Copy full SHA for a3ea367
express_basic_example_1.js
@@ -3,7 +3,7 @@ const app = express();
3
const PORT = 3000;
4
5
app.get("/", (req, res) => {
6
- res.end("Welcome to my homepage");
+ res.send("Welcome to my homepage");
7
});
8
9
/* GET books listing. */
0 commit comments