From 6e697b3da961c54eca5f0d3d4207eb9eeae41318 Mon Sep 17 00:00:00 2001 From: Daniel Taillefer Date: Mon, 20 May 2024 11:11:22 +0200 Subject: [PATCH] update:d03 --- back/api-forbes-billonaires/v2/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/back/api-forbes-billonaires/v2/index.js b/back/api-forbes-billonaires/v2/index.js index 3fa14d1..03307dd 100644 --- a/back/api-forbes-billonaires/v2/index.js +++ b/back/api-forbes-billonaires/v2/index.js @@ -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;