The `baseUrl` setting in `swagger.json` is currently [set to the value of Meteor.apiUmbrella.basePath](https://github.com/apinf/api-umbrella-dashboard/blob/develop/server/routes/jsonRoutes.js#L20). This will cause errors. Change the JsonRoute to use the [frontend prefix from the API Backend configuration](https://github.com/apinf/api-umbrella-dashboard/blob/develop/both/collections/backend.js#L91). # Definition of done - [x] [swagger.json is autogenerated from JsonRoute](https://github.com/apinf/api-umbrella-dashboard/blob/develop/server/routes/jsonRoutes.js#L1) - [x] in autogenerated swagger.json - [x] [`basePath`](https://github.com/swagger-api/swagger-spec/blob/master/examples/v2.0/json/petstore-simple.json#L16) is set to value of [`url_matches.frontend_prefix`](https://github.com/apinf/api-umbrella-dashboard/blob/develop/both/collections/backend.js#L91) - [x] `basePath` value **does not include** `/api-umbrella/` prefix