Skip to content

Commit

Permalink
content: add highlightLines
Browse files Browse the repository at this point in the history
  • Loading branch information
luizchaves committed Oct 12, 2024
1 parent 8805b4e commit c079241
Show file tree
Hide file tree
Showing 128 changed files with 1,394 additions and 6,261 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@host = http://localhost:3000
@host = http://localhost:3000/api
@createdInvestmentId = {{createdInvestment.response.body.$.id}}

### Create Investment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ server.use(

server.use(express.json());

server.use(router);
server.use('/api', router);

server.listen(3000, () => {
console.log('Server is running on port 3000');
Expand Down
Loading

0 comments on commit c079241

Please sign in to comment.