Skip to content

Commit a8eaab5

Browse files
committed
Update 22
1 parent bd87c86 commit a8eaab5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const app = express();
33
const port = 3000;
44

55
app.get('/', (req, res) => {
6-
res.send('Hello from Dockerized Node API! UPDATE BRANCH DEV');
6+
res.send('Hello from Dockerized Node API! UPDATE22 BRANCH DEV');
77
});
88

99
app.get('/health', (req, res) => {

0 commit comments

Comments
 (0)