Skip to content

Commit

Permalink
update:d03
Browse files Browse the repository at this point in the history
  • Loading branch information
Danitaillefer committed May 20, 2024
1 parent ea958e8 commit 6e697b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions back/api-forbes-billonaires/v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ function LoadBackendFB2(app,db) {
});
});


app.get(API_BASE + '/forbes-billonaires', (req, res) => {
const queryParams = req.query;
const limit = parseInt(queryParams.limit) || 10;
Expand Down

0 comments on commit 6e697b3

Please sign in to comment.