Challenge: Practicing Routers

Challenge yourself by modifying the update event functionality to redirect the users to the event details page, rather than by displaying a success message.

Problem statement

Rather than displaying a message to the user after their event has been updated, try redirecting the user back to the detail page for the event.

Playground

Below is your ...