Avoid Box<Vec<_>>
Summary:
As Vec is already a smart pointer, there isn't any need or benefit
to encapsulate it into another smart pointer.
Test Plan: Run a microservice, the routes are mounted as before.
Reviewers: amj
Reviewed By: amj
Differential Revision: https://devcentral.nasqueron.org/D2290