LaunchCode-Education-Archived / csharp-web-development

Unit 2 (C# Track) of the LC101 Curriculum, following fundamentals in JavaScript
https://education.launchcode.org/csharp-web-development/
GNU General Public License v3.0
5 stars 9 forks source link

14.5. Exercises: Edit Model Classes #158

Open a-zabala opened 1 year ago

a-zabala commented 1 year ago

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