Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix slash typo in /api/v1/sequencing-groupCPGID endpoint (#1025)
Add '/' so the endpoint is at the intended URL, and correct the return type to avoid it always failing with "that's not a string". Other similar endpoints returning `to_external()` either leave the return type unspecified or return the appropriate external model type like this. Fixes SET-386.
- Loading branch information