Skip to content

Commit

Permalink
Merge pull request #2 from tyler-core/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
johns2te authored Jan 28, 2020
2 parents c99ecd6 + 1e5b161 commit 6a1b69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nodejs-app
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion hello.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ console.log(process.env.BUILD_NUMBER)

app.get('/', function (req, res) {
console.log('Hello World request.');
res.render('index', { title: 'Hello', message: 'Hello Worlld!',
res.render('index', { title: 'Hello', message: 'Hello World!',
name: process.env.COMMIT_AUTHOR,
context: context,
buildNumber: process.env.BUILD_NUMBER,
Expand Down

0 comments on commit 6a1b69f

Please sign in to comment.