Skip to content

Commit

Permalink
changed js
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliaup committed Apr 30, 2024
1 parent f0344b5 commit 9a1d9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ app.use(bodyParser.json());

// GET endpoint
app.get('/', (req, res) => {
res.send('Hello World! This is a GET request');
res.send('Hello World! This is a GET request parte 2');
});

// POST endpoint
Expand Down

0 comments on commit 9a1d9b0

Please sign in to comment.