Skip to content

Commit

Permalink
edit front page
Browse files Browse the repository at this point in the history
  • Loading branch information
norefice-github committed Oct 11, 2023
1 parent 04e03aa commit 54f57ae
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 @@ -3,7 +3,7 @@ const app = express();
const port = 3000;

app.get('/', (req, res) => {
res.send('Hello, Docker fans, from Juvenile!');
res.send('Ola, Docker fans, from Juvenile!');
});

app.listen(port, () => {
Expand Down

0 comments on commit 54f57ae

Please sign in to comment.