We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf51678 commit dca0178Copy full SHA for dca0178
appengine/hello-world/flexible_nodejs16_and_earlier/app.js
@@ -20,7 +20,7 @@ const express = require('express');
20
const app = express();
21
22
app.get('/', (req, res) => {
23
- res.status(200).send('Hello, world!').end();
+ res.status(200).send('Hello, world! This is just a hello. ').end();
24
});
25
26
// Start the server
0 commit comments