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 has been 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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: