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
The burgers that have been rendered onto the page (via handlebars) need to be rendered with a form that will perform a post call to the backend. It will need to send it with an ID (that originally came from the DB).
There also needs to be a form for adding a new burger. This will perform a post call as well. The ID will be auto generated by the backend.
The text was updated successfully, but these errors were encountered:
The burgers that have been rendered onto the page (via handlebars) need to be rendered with a form that will perform a post call to the backend. It will need to send it with an ID (that originally came from the DB).
There also needs to be a form for adding a new burger. This will perform a post call as well. The ID will be auto generated by the backend.
The text was updated successfully, but these errors were encountered: