Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

14.5. Exercises: Edit Model Classes #158

Open
a-zabala opened this issue Oct 31, 2022 · 0 comments
Open

14.5. Exercises: Edit Model Classes #158

a-zabala opened this issue Oct 31, 2022 · 0 comments

Comments

@a-zabala
Copy link

When the students click on the "Check your Solution" for Step 3 of this exercise there seems to be a mistake as it shows
[HttpPost]
[Route("Events/Edit/{eventId}")]
public IActionResult Edit(int eventId)
{
// controller code will go here
}

But this should be an [HttpGet]...so some learners got caught up on using what the "Check your solution" showed and it caused problems

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant