Skip to content

Commit

Permalink
Merge pull request #6 from rr-tri/branchTest
Browse files Browse the repository at this point in the history
Update app.js
  • Loading branch information
rr-tri authored Dec 1, 2023
2 parents 9619a99 + f381111 commit fab59c7
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.0') // change this string to ensure a new version deployed
res.send('1') // change this string to ensure a new version deployed
})
app.get('/health', (req, res) => {
res.send('ok')
Expand Down

0 comments on commit fab59c7

Please sign in to comment.