Currently I have a regex for path = :firstName/:lastName, I want to update the regex to also handles something/:firstName/:lastName. How do I do th
path = :firstName/:lastName
something/:firstName/:lastName