From 56dc3b1928bb4d2c23d8d31eb7c94c63a2451613 Mon Sep 17 00:00:00 2001 From: Manvendra Singh Yadav <34604538+f608253@users.noreply.github.com> Date: Sat, 28 Jun 2025 22:44:32 +0530 Subject: [PATCH] Update app.js --- container/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/app.js b/container/app.js index da6c54e..6745596 100644 --- a/container/app.js +++ b/container/app.js @@ -10,7 +10,7 @@ app.use(express.static('static')); app.use(morgan('combined')); var port = process.env.PORT || 8080; -var message = process.env.MESSAGE || "WebAssembly is the future!"; +var message = process.env.MESSAGE || "WebAssembly is the future 2025!"; app.get('/', function (req, res) { res.render('home', {