Skip to content

Commit

Permalink
Merge pull request #5 from rr-tri/branchTest
Browse files Browse the repository at this point in the history
Update app.js
  • Loading branch information
rr-tri authored Nov 30, 2023
2 parents 776d8e5 + b4b9990 commit 9619a99
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 @@ -5,7 +5,7 @@ const app = express()
// Heroku dynamically sets a port
const PORT = process.env.PORT || 5000
app.get('/version', (req, res) => {
res.send('1.0.2') // change this string to ensure a new version deployed
res.send('1.0.0') // change this string to ensure a new version deployed
})
app.get('/health', (req, res) => {
res.send('ok')
Expand Down

0 comments on commit 9619a99

Please sign in to comment.