Cloud-CV / evalai-cli

:cloud: :rocket: Official EvalAI Command Line Tool
https://cli.eval.ai
BSD 3-Clause "New" or "Revised" License
55 stars 63 forks source link

[BugFix] Fix incorrect endpoints for get all challenges API #344

Closed AyushR1 closed 1 year ago

AyushR1 commented 1 year ago

Fix #342 : urls.py: Update endpoint to get all challenges. It was pointing to the wrong endpoint. Fix it with the correct one.

The correct endpoints are picked from evalai.

Tested and worked on localhost (http://localhost:8000), production (https://eval.ai) and staging (https://staging.eval.ai).

Response on local dev environment

evalai challenges image

evalai challenges past  
evalai challenges future  
evalai challenges ongoing

image

Staging image

Production image