Take your solution to Exercise 1, and convert the /roll/4, /roll/6, and /roll/20 routes to a single route that uses a named parameter for the number of sides. (You’ll need to convert the parameter from a string to an integer before passing it to the roll_die method.)