This PR allows swagger to get a base domain to use in its example queries. User then don't need to go into the swagger.yaml to modify it. Will need more settings like this to modify user info for swagger, but it's not top priority right now.
Also, the root url redirects to /v1/docs now, rather than an error window.
Overview
This PR allows swagger to get a base domain to use in its example queries. User then don't need to go into the
swagger.yaml
to modify it. Will need more settings like this to modify user info for swagger, but it's not top priority right now.Also, the root url redirects to
/v1/docs
now, rather than an error window.