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
In the code below Design class is not found. I am assuming it was meant to be Taco design, not Design design?
@PostMapping
public String processDesign(Design design) {
// Save the taco design...
// We'll do this in chapter 3
log.info("Processing design: " + design);
return "redirect:/orders/current";
}
The text was updated successfully, but these errors were encountered:
In the code below Design class is not found. I am assuming it was meant to be Taco design, not Design design?
@PostMapping
public String processDesign(Design design) {
// Save the taco design...
// We'll do this in chapter 3
log.info("Processing design: " + design);
return "redirect:/orders/current";
}
The text was updated successfully, but these errors were encountered: