Skip to content

Commit 0b7f560

Browse files
authored
Merge pull request #8 from devserkan/test-protected-branch
implement 11.17 Adding protection to your main branch
2 parents dac81d7 + 9d7ddba commit 0b7f560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const app = express()
55
const PORT = process.env.PORT || 5001
66

77
app.get('/version', (req, res) => {
8-
res.send('12')
8+
res.send('13')
99
})
1010

1111
app.get('/health', (req, res) => {

0 commit comments

Comments
 (0)