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
What?
Create a function that calls the workshops API and returns an observable list of
Why?
This allows the front end to display the workshops in our database as fetched by the api.
Acceptance Criteria:
function correctly returns the list within the database.
Optional Dev Notes:
list() was changed to getWorkshop() to be a more descriptive name.
Fill out this function so it returns all of the workshops. This will allow the api to work
Just get the APIs working
The text was updated successfully, but these errors were encountered: