Closed northwestwitch closed 3 years ago
Tested:
Thanks @moonso!
Thanks to you @northwestwitch for making the PRs and not just ask me to do it!!!
Thanks to you @northwestwitch for making the PRs and not just ask me to do it!!!
But if I ask you, you might use the evergreen answer : feel free to open a PR to fix it! 🤣
This PR adds | fixes:
cases
endpoint, which returns the number of cases with SNVs and SVs.Added this because it's required in scout, specifically here
How to prepare for test:
docker image rm loqusdbapi_loqusdbapi
docker compose up
How to test:
Send a get request to the server from another terminal:
curl -X GET "http://127.0.0.1:9000/cases"
run
docker compose down
Expected outcome:
Review:
This version is a: