Skip to content

Commit

Permalink
update junk
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouchemel-Nasreddine committed Dec 31, 2023
1 parent a814d3f commit 3771af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ app.use((req, res, next) => {


app.get('/', async (req, res) => {
res.json({ message: 'Hello, this is the root of the Car Rental API :)' });
res.json({ message: 'Hello: this is the root of the Car Rental API :)' });
});

app.use('/', authRoutes);
Expand Down

0 comments on commit 3771af0

Please sign in to comment.