Closed harshkhandeparkar closed 1 year ago
https://github.com/kossiitkgp/KWoC-Backend/pull/106 changes the response structure of /stats/student/<username>.
/stats/student/<username>
In the new structure, pulls is just an array of string URLs. The frontend has to be updated to accommodate the backend changes.
pulls
This is no longer relevant. A new issue will be opened to track changes related to Backend v2.
https://github.com/kossiitkgp/KWoC-Backend/pull/106 changes the response structure of
/stats/student/<username>
.In the new structure,
pulls
is just an array of string URLs. The frontend has to be updated to accommodate the backend changes.