We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd87c86 commit a8eaab5Copy full SHA for a8eaab5
1 file changed
server.js
@@ -3,7 +3,7 @@ const app = express();
3
const port = 3000;
4
5
app.get('/', (req, res) => {
6
- res.send('Hello from Dockerized Node API! UPDATE BRANCH DEV');
+ res.send('Hello from Dockerized Node API! UPDATE22 BRANCH DEV');
7
});
8
9
app.get('/health', (req, res) => {
0 commit comments