Exifly / ApiVault

Your gateway to a world of public APIs.

Home Page:https://apivault.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Api count return a wrong number

gdjohn4s opened this issue · comments

Describe the bug

The API counter on the backend return wrong number.

Screenshot

image
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.