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
Implement the ability to search for a specific item given it's ID, if no ID give 404 error
From LabTasks:
Implement an api/todos/58895985c1849992336c219b server-side endpoint, which returns the single todo with the given _id. It should return a 404 (use the Javalin NotFoundResponse class) if there is no todo with the specified _id.
The text was updated successfully, but these errors were encountered:
Implement the ability to search for a specific item given it's ID, if no ID give 404 error
From LabTasks:
Implement an api/todos/58895985c1849992336c219b server-side endpoint, which returns the single todo with the given _id. It should return a 404 (use the Javalin NotFoundResponse class) if there is no todo with the specified _id.
The text was updated successfully, but these errors were encountered: