Api count return a wrong number
gdjohn4s opened this issue · comments
Giovanni D'Andrea commented
Describe the bug
The API counter on the backend return wrong number.
Screenshot
As you can see here the API Fetched are 1426 but it should be 1429 due to the recently added APIs.
To Reproduce
Use a tool like postman to call the count endpoint
or use curl on terminal.
curl -X GET http://localhost:5001/api/count
Expected behavior
It should show the exact count of entries on entries.json file.