Skip to content

Commit dca0178

Browse files
authored
Update app.js
1 parent bf51678 commit dca0178

File tree

1 file changed

+1
-1
lines changed
  • appengine/hello-world/flexible_nodejs16_and_earlier

1 file changed

+1
-1
lines changed

appengine/hello-world/flexible_nodejs16_and_earlier/app.js

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

2222
app.get('/', (req, res) => {
23-
res.status(200).send('Hello, world!').end();
23+
res.status(200).send('Hello, world! This is just a hello. ').end();
2424
});
2525

2626
// Start the server

0 commit comments

Comments
 (0)