You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two endpoints, GET /code and GET /code/:id to the backend to allow retrieval of the requesting user's list of codes and individual codes, respectively.
The endpoints should return data keyed on code and including whatever information is known about the code, such as the status and/or test result.
The text was updated successfully, but these errors were encountered:
Add two endpoints,
GET /code
andGET /code/:id
to the backend to allow retrieval of the requesting user's list of codes and individual codes, respectively.The endpoints should return data keyed on code and including whatever information is known about the code, such as the status and/or test result.
The text was updated successfully, but these errors were encountered: