Skip to content

Commit

Permalink
Some changes to test the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Sep 9, 2023
1 parent a1b3144 commit 003d55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const PORT = 8000
http
.createServer((req, res) => {
res.writeHead(200, { 'Content-Type': 'text/plain' })
res.end('Hello World!')
res.end('Hello World!!!')
})
.listen(PORT)

Expand Down

0 comments on commit 003d55d

Please sign in to comment.