Something like: ``` r.Mount("/api/users", userRouter) ``` then the `userRouter` would receive the request as if /api/users was the root URL
Something like:
then the
userRouterwould receive the request as if /api/users was the root URL