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
{{ message }}
This repository was archived by the owner on May 11, 2023. It is now read-only.
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