Skip to content

Commit

Permalink
Merge pull request #64 from cloudsteak/20240321-Sprint
Browse files Browse the repository at this point in the history
  • Loading branch information
the1bit authored Mar 21, 2024
2 parents f6b2c47 + 283f9b0 commit 34f85f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ app.use(express.static(path.join(__dirname, 'public')));
/* Kezdőlap */
app.get('/', function (req, res) {
const NodeVersion = process.versions;
res.render('index', { data: { nodeVerison: NodeVersion.node, title: '---- Azure Webapp példa alkalmazás ----', host: hostname } });
res.render('index', { data: { nodeVerison: NodeVersion.node, title: 'Azure Webapp példa alkalmazás', host: hostname } });
});

// catch 404 and forward to error handler
Expand Down

0 comments on commit 34f85f1

Please sign in to comment.