Skip to content

Commit

Permalink
long helloW
Browse files Browse the repository at this point in the history
  • Loading branch information
mattegger committed Oct 24, 2024
1 parent 6458d6e commit 747080c
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 @@ -2,7 +2,7 @@ const express = require('express')
const app = express()

app.get('/', (req, res) => {
res.send('<h1>Hellooooooooooooooo World!</h1>')
res.send('<h1>HelloooooooooooooooW orld!</h1>')
})

const PORT = 8080
Expand Down

0 comments on commit 747080c

Please sign in to comment.